symfony6 docker
To start docker containers:
make start
To destroy containers:
make rm
To install packages:
make composer-install
To run migration
make migration-up
Rollback the last migration
make migration-down
Generate new migration file
make migration-generate
Create test db to run functional tests
make create-test-database
make php-cs-fix
make test-functional