Skip to content

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

Notifications You must be signed in to change notification settings

kvkamran/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 [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

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%