- [local] consultation-system.test
- configure your local projects enrironment
- make sure You have YAKE installed
- make sure
consultation-system.test
domain is routed to your localhost
yake configure
yake up
yake install
- run
yarn run watch
in background to work with assets - run
php bin/console cache:clear
to clear application cache - run
php bin/console make:entity --regenerate App
to generate getters and setters of entities
yake php bin/console doctrine:migrations:diff
yake php bin/console doctrine:migrations:migrate