Laravel Vue CRUD
Just started to learn this vue crud where I would need this for later use. So I started try this youtube tutorial below learn everything i need to know about making crud in vue.
Install Dependencies
composer install
Run Migrations
php artisan migrate
Import Articles
php artisan db:seed
If you get an error about an encryption key
php artisan key:generate
Of course I got my version of code
https://fedrianto.s3-ap-southeast-1.amazonaws.com/laravel_source_code/youtube-vue-larticle.zip