headsnet / domain-events-bundle

DDD Domain events for Symfony
MIT License
39 stars 4 forks source link

Add console command to manage legacy events #26

Closed benr77 closed 2 years ago

benr77 commented 2 years ago

Add console command to list events in the store that do not correspond to actual event classes in the codebase (due to refactorings etc).

The console command can also optionally attempt to update the legacy class names based on a pre-defined legacy_map configuration parameter.