docker-laravel
docker-laravel copied to clipboard
🐳 Build a simple laravel development environment with Docker Compose.
docker-laravel 🐳
Introduction
Build a simple laravel development environment with docker-compose. Compatible with Windows(WSL2), macOS(M1) and Linux.
Usage
- Click Use this template
- Git clone & change directory
- 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
- Base image
- nginx:1.22
db container
- Base image
mailhog container
- Base image