This bundle provides a simple admin interface for the patchlevel/event-sourcing-bundle.
composer require patchlevel/event-sourcing-bundle
# config/packages/patchlevel_event_sourcing_admin.yaml
patchlevel_event_sourcing_admin:
enabled: true
# config/routes/patchlevel_event_sourcing_admin.yaml
event_sourcing:
resource: '@PatchlevelEventSourcingAdminBundle/config/routes.yaml'
prefix: /es-admin