This is a server-side starter project for vue-starter project at: https://github.com/themustafaomar/vue-starter
Install composer dependencies with the following command:
composer install
Now you need to copy the .env.example with .env and add your own credentails then run the migrations and seeders as follows:
php artisan migrate --seed
Vue starter server project licensed under MIT.