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

This package is not auto-updated.

Last update: 2024-04-19 06:48:02 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.

  1. Install this package
    composer require chewei05/laravel-auth-theme ^1.0.0
    
  2. Publish login and register views
    php artisan vendor:publish --tag=theme-adminlte --force
    
  3. 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
    
  4. Done.