tfulanchan / laravel-course-backend

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"


Languages

Language:PHP 83.3%Language:Blade 15.6%Language:Shell 0.9%Language:JavaScript 0.2%