In this lesson, I’ll show you how to setup the Laravel powered backend on your local machine so that you can make requests to it from the Vue SPA.
Download the backend boilerplate with this command
git clone [email protected]:vueschool/laravel-course-backend.git
Install the backend dependenices with:
composer install
// or this dending on how composer is installed and setup
php composer.phar install
Start the dev server with
./vendor/bin/sail up
Links