Simple implementation of laravel and vuejs starter with coreui admin template.
copy .env-example
file and update the database credentials section according to yours.
First install the depedencies using composer and npm
composer install && npm 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
Password | Role | |
---|---|---|
[email protected] | password | super admin |
ACL or access control level using laravel/spatie
package
- Deprecated: Return type of
Illuminate\Container\Container::offsetExists($key)
- Run
composer update
- Updating php version in
composer.json
https://stackoverflow.com/questions/70245146/php-deprecated-issue-when-running-artisan-command
- Run