Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

aziyan99/laravel-vue-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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