patchlevel / event-sourcing-admin-bundle
patchlevel/event-sourcing-bundle 的 symfony 管理界面
1.0.0-alpha3
2024-04-26 18:55 UTC
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- patchlevel/event-sourcing-bundle: ^3.0.0
- symfony/asset: ^7.0
- symfony/asset-mapper: ^7.0
- symfony/config: ^5.4.31|^6.4.0|^7.0.0
- symfony/dependency-injection: ^5.4.33|^6.4.1|^7.0.1
- symfony/http-kernel: ^5.4.33|^6.4.1|^7.0.1
- twig/twig: ^3.5.0
Requires (Dev)
- infection/infection: ^0.27.0
- patchlevel/coding-standard: ^1.3.0
- phpspec/prophecy-phpunit: ^2.1.0
- phpstan/phpstan: ^1.10.48
- phpunit/phpunit: ^10.5.2
- psalm/plugin-symfony: ^5.1.0
- roave/security-advisories: dev-master
- symfony/var-dumper: ^5.4.29|^6.4.0|^7.0.0
- vimeo/psalm: ^5.17.0
This package is auto-updated.
Last update: 2024-09-17 08:34:56 UTC
README
此包提供了一个简单的管理界面,用于 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