-
To start the project you need to run
docker compose up -d
it will pull the images if not exists and spin up the containers. -
Run
make install
to install dependencies if this is the first time. 🎯
Run make test
to execute all tests
Run make cron
it runs every 1 minute for testing purposes or on demand run inside container ./bin/console app:send-activation-emails -- "-1 day"
This command has a duration as an argument the default is 1 week.
Run make remove-cron
You can check the code against the PSR-12 coding standard make autofix
Run make stop
or make up
to start containers again
/etc/init.d/cron status
/var/log/dev.log
http://localhost:8080/_profiler
- Installation
- Validation
- Fail Response
- Success Response
- Aspect