Build a simple laravel development environment with docker-compose. Compatible with Windows(WSL2), macOS(M1) and Linux.
- 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
├── app
├── web
└── db
- Base image