patchlevel/event-sourcing-admin-bundle

symfony admin ui for patchlevel/event-sourcing-bundle

Installs: 129

Dependents: 0

Suggesters: 1

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 4

Language:Twig

Type:symfony-bundle

1.0.0-alpha4 2024-07-17 08:08 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