chewei05 / laravel-auth-theme
Laravel 5 authentication themes with username customization, such as AdminLTE and etc...
1.0.0
2019-08-14 08:38 UTC
Requires
- php: >=5.6.4
- jeroennoten/laravel-adminlte: ^v1.18.0
- laravel/framework: ~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0
This package is not auto-updated.
Last update: 2024-11-15 09:34:11 UTC
README
Laravel 5 authentication themes with username customization, such as AdminLTE and etc...
Installation
Open your laravel project directory in terminal(CLI), and do the following steps.
- Install this package
composer require chewei05/laravel-auth-theme ^1.0.0
- Publish login and register views
php artisan vendor:publish --tag=theme-adminlte --force
- Publish translations files, we provide 'en' and 'zh-TW' language.
php artisan vendor:publish --tag=theme-trans_en
php artisan vendor:publish --tag=theme-trans_zh-TW
- Done.