Closed argentinaluiz closed 10 years ago
@argentinaluiz do you added this: https://github.com/dflydev/dflydev-doctrine-orm-service-provider#why-arent-my-annotations-classes-being-found
@dominikzogg When I added this works.
$ormConfig->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
__DIR__ ."/JS/Entity"
]));
I don't changed use_simple_annotation_reader.
I added use_simple_annotation_reader and works, thanks!
I'm using version 1.0.5 and when run generate-entities, display No metadata process. My paths are correct. I use composer e my directory is src/JS/Entity