I start the jobeet tuto for 1 hour and I have a problem. When I use symfony doctrine:build --model, I have an error :
- Code: Select all
C:\monsite>symfony doctrine:build --model
>> doctrine generating model classes
>> file+ C:\Users\Takeo\AppData\Local\Temp/doctrine_schema_41720.yml
No yml schema found in C:\Users\Takeo\AppData\Local\Temp/doctrine_schema_41720.yml
I don't understand why it doesen't search in C:\monsite\config\doctrine\schema.yml where is the yml of my application.
What is the problem? Thank you
