- Make
- Orbstack / Docker
make build
make up
make app.installStart the environment:
make startDisplay available commands:
make helpAutomatically clear Symfony cache when writing an article:
fswatch templates/articles -o | xargs -n1 -I{} docker compose exec -T php bin/console cache:clear