Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 543 Bytes

Docker-Compose stack: Laravel, Angular Universal, MySQL, Redis

Logo

Docker Compose based, Laravel + Angular template for quickly starting new projects that use Laravel for the backend (REST APIs) and Angular (plus server side rendering) for the frontend.

Requirements

  • Docker
  • Docker Compose

Starting the stack

docker-compose up

Build the frontend

cd ./services/angular && npm run dev

Executing DB migrations

docker-compose exec backend php artisan migrate