This is my personal starter with some custom stubs inspired by laraveldaily vuejs example
git clone
.env.example
file to .env
and edit database credentials therecomposer install
php artisan key:generate
php artisan migrate --seed
(it has some seeded data for your testing)php artisan passport:install
npm install
npm run dev
php artisan tkr:module name
This will createapp/Models
app/Http/Controllers/Api/V1/Admin
app/Http/Resources
app/Http/Requests
resources/adminapp/js/cruds
resources/adminapp/js/store/cruds
Author: wqqas1
Source Code: https://github.com/wqqas1/laravel-vue-admin-starter
#vue #vuejs #javascript #laravel