Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Latest commit

 

History

History
61 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.85 KB

Laravel UI CoreUI

Total Downloads Monthly Downloads Daily Downloads License Build Status

Laravel Frontend Scaffolding for CoreUI Theme.

Installation

Run a command,

composer require infyomlabs/laravel-ui-coreui

For Laravel 6,

composer require infyomlabs/laravel-ui-coreui:^1.0

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

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password