Skip to content

A docker-compose file for laravel applications with dockerfile

Notifications You must be signed in to change notification settings

jackpit93/docker-compose-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel with Docker

Laravel with Docker

A docker-compose file for laravel applications with dockerfile.

Requirements

As you know you must install Docker with Docker-compose, In order to install these packages you can follow these links:

Usage

That's very easy, Just clone the project and pass 3 steps:

  1. Go to root of the project.
  2. run docker-compose up -d.
  3. run docker-compose exec app composer create-project --prefer-dist laravel/laravel .

Enjoy it ...

About

A docker-compose file for laravel applications with dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%