Skip to content

kkugelmann/laravelDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Scaffolding for Laravel Apps

  • for easy dev setup
  • utilitizes the .env file of your Laravel app
  • works as a git submodule

Installation Instrucktions

1. Add as git submodule

In your document root run:

$ git submodule add git://github.com/kkugelmann/laravelDocker.git docker

2. Link the docker compose

$ ln -s laravelDocker/docker-compose.yml

3. Run docker

$ docker-compose up -d

Your application will be ready on http://localhost:8080

About

Docker Scaffolding for Laravel Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published