Appearance
Laravel UI AdminLTE
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,
sh
composer require infyomlabs/laravel-ui-adminlteUsage
Run a command,
To Generate a full authentication UI,
sh
php artisan ui adminlte --authFor localization support,
sh
php artisan ui adminlte-localized --authTo Install just AdminLTE Theme assets,
sh
php artisan ui adminlteAnd then run,
sh
npm install && npm run devOr for production,
sh
npm install && npm run prodUsage 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,
sh
php artisan ui adminlte-fortify --authAnd then run,
sh
npm install && npm run devOr for production,
sh
npm install && npm run prod
