/docker-laravel

🐳 Build a simple laravel development environment with docker-compose.

Primary LanguageMakefileMIT LicenseMIT

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