0
Good morning.
In my project, I tend to create entities from the database (php5.4 + zf2 + Doctrine).
I’ve circled the command below:
bin/doctrine-module orm:convert-mapping --filter="Category" --from-database annotation --namespace="Categoria\\Entity\\" module/Categoria/src
the class was successfully created. However, when I run the command to generate the entity, I have a message 'no Metadata classes to process' (with the command below:)
bin/doctrine-module orm:generate-entities --filter"Category" --generate-annotations --generate-methods module/Categoria/src
Can help?