Skip to content
/ docker-laravel Public template
forked from ucan-lab/docker-laravel

Build laravel development environment with docker-compose.

License

Notifications You must be signed in to change notification settings

nekohan/docker-laravel

 
 

Repository files navigation

docker-laravel 🐳

docker-laravel

Test laravel-create-project.yml Test laravel-git-clone.yml License

Introduction

Build a simple laravel development environment with docker-compose. Compatible with Windows(WSL2), macOS(M1) and Linux.

Usage

  1. Click Use this template
  2. Git clone & change directory
  3. Execute the following command
$ 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

db container

mailhog container

About

Build laravel development environment with docker-compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 68.2%
  • Dockerfile 31.8%