Laravel Frontend Scaffolding for CoreUI Theme.
Run a command,
composer require infyomlabs/laravel-ui-coreui
For Laravel 6,
composer require infyomlabs/laravel-ui-coreui:^1.0
Run a command,
To Generate a full authentication UI,
php artisan ui coreui --auth
To Install just CoreUI theme assets,
php artisan ui coreui
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)