Skip to content

aziyan99/laravel-vue-starter

Repository files navigation

ss1

Laravel vue starter

Simple implementation of laravel and vuejs starter with coreui admin template.

Installation ⚙️

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

Default Authentication Credentials

Email Password Role
[email protected] password super admin

ACL or access control level using laravel/spatie package

Troubleshooting 🔧

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

About

An starter app for laravel and vuejs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published