You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
So with a base install from master and the cli-config.php in the readme I've tried creating an entity in app/Domain/Entities and just in the root app directory. I get No Metadata Classes to process. when I run vendor/bin/doctrine orm:schema:create. How do I tell Doctrine where to find these classes with this package? Is it something I'm missing in the config? Where is it expecting to find annotated classes?
The text was updated successfully, but these errors were encountered:
Set the config 'metadata' => [ 'driver' => 'annotation' ] and it is finding my entities now. If I figure out how the driver chain works and why by default it's not picking these up I'll send over a PR.
So with a base install from master and the cli-config.php in the readme I've tried creating an entity in app/Domain/Entities and just in the root app directory. I get
No Metadata Classes to process.
when I runvendor/bin/doctrine orm:schema:create
. How do I tell Doctrine where to find these classes with this package? Is it something I'm missing in the config? Where is it expecting to find annotated classes?The text was updated successfully, but these errors were encountered: