A Docker-based boilerplate for the Symfony web framework and DDD projects. based on:
- If not already done, install Docker Compose (v2.10+)
- Run
make build
to build fresh images - Run
make up
to set up and start a fresh Symfony project - Run
make open
to openhttps://localhost
in your favorite web browser and accept the auto-generated TLS certificate - Run
make down
to stop the Docker containers.
This project is released under the MIT license. See the included LICENSE file for more information.