Generator

Laravel UI CoreUI (Deprecated)

TABLE OF CONTENT
  1. Installation
  2. Usage

Installation

Check the following table for Laravel version compatibility,

Laravel Version infyomlabs/laravel-ui-coreui
9.0 under development
8.0 ^3.0
7.0 ^3.0
6.0 ^3.0

Run a command,

composer require infyomlabs/laravel-ui-coreui

Usage

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