FestDispatcher permet de gérer facilement des bénévoles lors d'un festival.
Make sur your .env is configured then run :
composer install
yarn install
yarn encore dev
bin/console doctrine:database:create
bin/console doctrine:schema:update
bin/console doctrine:fixtures:load
Do the stuff above
bin/console app:update
# compile assets once
yarn encore dev
# or, recompile assets automatically when files change
yarn encore dev --watch
# on deploy, create a production build
yarn encore production
Documentattion : ../api/docs.json
show intention = ALT + ENTER
reformat code = CRTL + ALT + L
move line up/down = MAJ + ALT + UP or DOWN