How to configure ZF3 project to be able to use generate-entities command from Doctrine Orm Tools ?
I use Application\Entity namespace for the models, this tool generates entities in Application\Entity directory, not in Application\src\Entity dir.
How to tweak this?