Skip to content

Botv0091/docker-laravel

 
 

Repository files navigation

docker-laravel 🐳

License Stars Issues Forks

Introduction

Build a simple laravel development environment with docker-compose.

Usage

$ git clone git@github.com:ucan-lab/docker-laravel.git
$ cd docker-laravel
$ make create-project # Install the latest Laravel project
$ make install-recommend-packages # Optional

http://localhost

Tips

Container structures

β”œβ”€β”€ app
β”œβ”€β”€ web
└── db

app container

web container

  • Base image

db container

Packages

No packages published

Languages

  • Makefile 69.8%
  • Dockerfile 28.8%
  • Shell 1.4%