Skip to content

tohokuaiki/LaravelCoreUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel with CoreUI REACT JS

Laravel administration panel with CoreUI & React.js.

The products that were used for

Usage

startup

  1. copy .env.example to .env and generate Laravel application key with php artisan key:generate command
  2. setup database environment.
  3. database migrate with artisan command. php artisan migrate
  4. install libraries using composer install and npm install
  5. start servers using php artisan serve and npm run dev. You can access http://localhost:8000
  6. create admin account and login. You can access administration sample panel at http://localhost:8000/coreuiadmin

features

  1. If you have at least one account with administrator privileges, user registration will only be possible through the administration screen. If you want to disable this feature, set config('app.allow_new_user') true.

Customize

ADMIN_PATH

You can change administration path with changing APP_ADMIN_PATH=/coreuiadmin in .env .

Adminstration CSS

Change SASS file resources/css/admin.scss.
By default tailwindcss conflicts CoreUI stylesheet, @tailwindcss lines are commented out.

About

Laravel Adminstration panel with CoreUI React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published