Skip to content

ErasmoDev/laravel-course-backend

 
 

Repository files navigation

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 git@github.com: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

About

This is the Laravel backend for the course "Laravel Backends for Vue.js 3"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.3%
  • Blade 15.6%
  • Other 1.1%