playtini/easy-admin-helper-bundle
最新稳定版本:1.19
Composer 安装命令:
composer require playtini/easy-admin-helper-bundle
包简介
EasyAdmin Helper Bundle
README 文档
README
Install
Add the library
composer require playtini/easy-admin-helper-bundle
Create App\EasyAdmin\EasyAdminMenu implementing EasyAdminMenuInterface.
Create DashboardController implementing DashboardControllerInterface.
Add to config/services.yaml
Playtini\EasyAdminHelperBundle\Dashboard\EasyAdminMenuInterface: class: 'App\EasyAdmin\EasyAdminMenu' Playtini\EasyAdminHelperBundle\Dashboard\EasyAdminContext: bind: $dashboardController: '@App\Controller\Admin\DashboardController' Playtini\EasyAdminHelperBundle\Event\DashboardExceptionSubscriber: tags: [ { name: kernel.event_subscriber } ]
This ensures Symfony autowires and autoconfigures your subscriber.
Load routes. Add to `config/routes/easyadmin.yaml`
```yaml
easy_admin_helper:
resource: '@EasyAdminHelperBundle/config/routes.yaml'
统计信息
- 总下载量: 315
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-07-01