I am new to Symfony and now I am building an application using this framework. Now I am trying to generate entities from an existing database , and when I run the following command:
php app\console doctrine:mapping:convert annotation .\src\AppBundle\Resources\config\doctrine
I have this error message:
There are no metadata classes to process.
Could you tell me what is happening with this?
source share