Skip to content

aziyan99/laravel-coreui-starter

Repository files navigation


ss1

Laravel Coreui Starter

Simple admin dashboard starter with laravel and coreui

Installation ⚙️

copy .env-example file and update the database credentials section according to yours.

First install the depedencies using composer and npm

composer install

next, generate the key

php artisan key:generate

next, running the migration and seeder

php artisan migrate:fresh --seed

last make a storage link

php artisan storage:link

optionally, refresh cache

php artisan cache:clear

Default Authentication Credentials

Email Password Role
admin@example.test admin@example.test admin

ACL or access control level using is custom made by using Gate.

Troubleshooting 🔧

  1. Deprecated: Return type of Illuminate\Container\Container::offsetExists($key)

Releases

No releases published

Packages

No packages published