jonasarts/registry-bundle

Remove dependency to register the bundle to work with the entitymanager

jonasarts opened this issue · 1 comments

Currently the bundle must be registered in the kernel file. Remove this dependency and use just the service registered in the config.yml.

The entity namespace 'RegistryBundle' is no known (to the ORM), if the bundle is not registered via the kernel file.

How to register the entities (without complicated config.yaml configuration)?

Figured out how to register registry entities in config.yml for doctrine orm. Not longer needed to register the bundle, if you don't like to.