Vue 2.6 + Laravel 6 + Axios CRUD example app
See https://vuejsdevelopers.com/2018/02/05/vue-laravel-crud/ Inspiration from https://github.com/herusdianto/laravel-vue-crud
Clone repo
Change to directory
cd vue-laravel-crud
composer install
cp .env.example .env
Modify DB_*
value in .env
with your database config.
Generate application key:
php artisan key:generate
Migrate
php artisan migrate
Install Node modules
npm install
Build
npm run prod
php artisan tinker
factory(App\Crud::class, 3)->create();