Laravel Frontend Scaffolding for AdminLTE3 Theme.
Run a command,
composer require infyomlabs/laravel-ui-adminlte
For Laravel 6,
composer require infyomlabs/laravel-ui-adminlte:^1.0
Run a command,
To Generate a full authentication UI,
php artisan ui adminlte --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
Here you can find a video tutorial. (Credits: shailesh-ladumor)