patchlevel/event-sourcing-admin-bundle

symfony admin ui for patchlevel/event-sourcing-bundle

Installs: 60

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 5

Language:Twig

Type:symfony-bundle

1.0.0-alpha3 2024-04-26 18:55 UTC

README

This bundle provides a simple admin interface for the patchlevel/event-sourcing-bundle.

Screenshots

Store

Screenshot1

Inspector

Screenshot2

Projection

Screenshot3

Events

Screenshot4

Installation

composer require patchlevel/event-sourcing-bundle

Configuration

# config/packages/patchlevel_event_sourcing_admin.yaml
patchlevel_event_sourcing_admin:
    enabled: true

Routes

# config/routes/patchlevel_event_sourcing_admin.yaml
event_sourcing:
  resource: '@PatchlevelEventSourcingAdminBundle/config/routes.yaml'
  prefix: /es-admin