2017 © Pedro Peláez
 

library laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

image

ganga/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  • Sunday, March 6, 2016
  • by gangachris
  • Repository
  • 1 Watchers
  • 2 Stars
  • 180 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Laravel Auth Themes

Laravel 5.2 package for replacing auth theme generated by, (*1)

$ php artisan make:auth

Install

Via Composer, (*2)

``` bash $ composer require ganga/laravel-auth-themes, (*3)


## 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. ``` php $providers = [ ... ... ..., Ganga\AuthThemes\AuthThemesServiceProvider::class, ]; $aliases = [ ... ... ... 'AuthTheme' => App\Providers\RouteServiceProvider::class, ];

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., (*4)

$ php artisan vendor:publish

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., (*5)

protected $commands = [
    Commands\AuthThemeCommand::class,
];

Now, you need to first generate laravel default auth., (*6)

$ php artisan make: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., (*7)

$ php artisan auth:theme https://github.com/gangachris/default-laravel-auth-theme.git

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., (*8)

List of available themes

  1. Default Bootstrap Theme
  2. Materialize CSS Theme

Change log

Please see CHANGELOG for more information what has changed recently., (*9)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*10)

Security

If you discover any security related issues, please email ganga.chris@gmail.com instead of using the issue tracker., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

06/03 2016

dev-master

9999999-dev https://github.com/gangachris/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ganga Christopher

auth theme themes laravel auth ganga

06/03 2016

0.0.2

0.0.2.0 https://github.com/gangachris/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ganga Christopher

auth theme themes laravel auth ganga

06/03 2016

dev-develop

dev-develop https://github.com/gangachris/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ganga Christopher

auth theme themes laravel auth ganga

04/03 2016

dev-analysis-ze7Mk2

dev-analysis-ze7Mk2 https://github.com/gangachris/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ganga Christopher

auth theme themes laravel auth ganga

04/03 2016

0.0.1

0.0.1.0 https://github.com/gangachris/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ganga Christopher

auth theme themes laravel auth ganga