event-sourcing-bundle
event-sourcing-bundle copied to clipboard
combine orm & event sourcing schema
https://github.com/patchlevel/event-sourcing/issues/316
It should be possible to activate the schema merge of Doctrine ORM & Event Sourcing via configuration "inject_orm_schema". This should hide the own event sourcing schema/migration commands and register a subscriber who ensures that the event sourcing schema is enriched with the orm schema.
Need: https://github.com/patchlevel/event-sourcing-bundle/issues/105