Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 852 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 852 Bytes

Laravel Backend for the course "Laravel Backends for Vue.js 3"

This repository contains the source code for the backend that's used in the course "Laravel Backends for Vue.js 3".

Pair this respository with the front end SPA to power a URL Shortener app.

Setup Instructions

To run the backend, clone this repo.

git clone [email protected]:vueschool/laravel-course-backend.git

Install the dependencies with composer (make sure to have composer installed)

composer install

Start the development server with Laravel Sail (requires docker to be installed and running)

./vendor/bin/sail up