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

InfyOmLabs/laravel-ui-coreui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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