A Docker-based installer and runtime for the Symfony web framework, with FrankenPHP and Caddy inside!
- If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cache
to build fresh images - Run
docker compose up --pull always -d --wait
to set up and start a fresh Symfony project - Open
https://localhost
in your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphans
to stop the Docker containers.
php bin/console tailwind:build --watch
- Admin Role : login :
admin@admin.admin
, password :password123
- User Role : login :
alice.dupont@example.com
, password :password123
- Owner Role : login :
hotel@hotel.com
, password :password123