Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Laravel Backends for Vue.js 3

This lesson is free, but it requires you to Log in

Don't have an account? Enroll for free

Setup Development Environment for Backend

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