Laravel administration panel with CoreUI & React.js.
- Laravel
- Laravel Breeze
- Laravel Permission ... only to install not using .
- CoreUI with React.js templates
- Free React Admin Template
- copy
.env.example
to.env
and generate Laravel application key withphp artisan key:generate
command - setup database environment.
- database migrate with artisan command.
php artisan migrate
- install libraries using
composer install
andnpm install
- start servers using
php artisan serve
andnpm run dev
. You can access http://localhost:8000 - create admin account and login. You can access administration sample panel at http://localhost:8000/coreuiadmin
- 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.
You can change administration path with changing APP_ADMIN_PATH=/coreuiadmin
in .env .
Change SASS file resources/css/admin.scss
.
By default tailwindcss conflicts CoreUI stylesheet, @tailwindcss
lines are commented out.