The Wayback Machine - https://web.archive.org/web/20200914203357/https://github.com/Dzhuneyt/laravel-and-angular-universal
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

LAU stack (Laravel, Angular Universal), based on Docker Composer. Includes Laravel, Angular Universal, MySQL, Redis

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.