Laravel UI AdminLTE
TABLE OF CONTENT
Installation
Check the following table for Laravel version compatibility,
Laravel Version | infyomlabs/laravel-ui-adminlte |
---|---|
9.0 | ^5.0 |
8.0 | ^3.0 |
7.0 | ^3.0 |
6.0 | ^3.0 |
Run a command,
composer require infyomlabs/laravel-ui-adminlte
Usage
Run a command,
To Generate a full authentication UI,
php artisan ui adminlte --auth
For localization support,
php artisan ui adminlte-localized --auth
To Install just AdminLTE Theme assets,
php artisan ui adminlte
And then run,
npm install && npm run dev
Or for production,
npm install && npm run prod
Usage with Laravel Fortify (Laravel 8+ only)
This package also provides support for Laravel Fortify for authentication scaffolding.
NOTE: Don't forget to install and run Laravel Fortify and perform its required installation steps.
Run a command,
php artisan ui adminlte-fortify --auth
And then run,
npm install && npm run dev
Or for production,
npm install && npm run prod