Download the PHP package ganga/laravel-auth-themes without Composer
On this page you can find all versions of the php package ganga/laravel-auth-themes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ganga/laravel-auth-themes
More information about ganga/laravel-auth-themes
Files in ganga/laravel-auth-themes
Package laravel-auth-themes
Short Description Laravel 5.2 Generator for Authentication themes
License MIT
Homepage https://github.com/gangachris/laravel-auth-themes
Informations about the package laravel-auth-themes
Laravel Auth Themes
Laravel 5.2 package for replacing auth theme generated by
Install
Via Composer
Usage
Laravel Auth Themes
creates a php artisan
command to enable you download auth themes from github.
Once you have required this package, go to config/app.php
and add it to service providers.
Then head over to your terminal and vendor:publish
the package. This simply creates a new console Command file in your app/Console/Commands
directory called AuthThemeCommand
.
We need to let Laravel's artisan know about this new command. So, head over to the app/Console/Kernel.php
file and add the following under the commands array.
Now, you need to first generate laravel default auth.
This artisan command creates some blade view files in your reources\views
folder. This are what Laravel Auth Themes will replace. Currently, there's only one repo with the structure of the default theme. But I will list them here as time goes. Feel free to create a theme too, and add a link here and send a PR.
The easiest way to make any theme is to run the php artisan make:auth
command, then edit the generated html, then pusblish it to a public repo.
List of available themes
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.