Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patchlevel/event-sourcing-admin-bundle
This bundle provides a simple admin interface for the patchlevel/event-sourcing-bundle.
https://github.com/patchlevel/event-sourcing-admin-bundle
Last synced: 27 days ago
JSON representation
This bundle provides a simple admin interface for the patchlevel/event-sourcing-bundle.
- Host: GitHub
- URL: https://github.com/patchlevel/event-sourcing-admin-bundle
- Owner: patchlevel
- License: mit
- Created: 2024-01-25T17:07:18.000Z (11 months ago)
- Default Branch: 1.0.x
- Last Pushed: 2024-11-23T04:17:27.000Z (about 1 month ago)
- Last Synced: 2024-11-23T05:19:21.577Z (about 1 month ago)
- Language: Twig
- Homepage:
- Size: 3.1 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event-Sourcing-Bundle-Admin
This bundle provides a simple admin interface for the [patchlevel/event-sourcing-bundle](https://github.com/patchlevel/event-sourcing-bundle).
## Screenshots
### Store
![Screenshot1](docs/screenshot1.png)
### Inspector
![Screenshot2](docs/screenshot2.png)
### Projection
![Screenshot3](docs/screenshot3.png)
### Events
![Screenshot4](docs/screenshot4.png)
## Installation
```bash
composer require patchlevel/event-sourcing-bundle
```## Configuration
```yaml
# config/packages/patchlevel_event_sourcing_admin.yaml
patchlevel_event_sourcing_admin:
enabled: true
```## Routes
```yaml
# config/routes/patchlevel_event_sourcing_admin.yaml
event_sourcing:
resource: '@PatchlevelEventSourcingAdminBundle/config/routes.yaml'
prefix: /es-admin
```