Appearance
Laravel UI CoreUI (Deprecated)
Installation
Check the following table for Laravel version compatibility,
Laravel Version | infyomlabs/laravel-ui-coreui |
---|---|
8.0 | ^3.0 |
7.0 | ^3.0 |
6.0 | ^3.0 |
Run a command,
sh
composer require infyomlabs/laravel-ui-coreui
Usage
Run a command,
To Generate a full authentication UI,
sh
php artisan ui coreui --auth
To Install just CoreUI theme assets,
sh
php artisan ui coreui
And then run,
sh
npm install && npm run dev
Or for production,
sh
npm install && npm run prod