通知包
github.com/iamakaradech/NotificationBundle
源代码
问题
安装次数: 22
依赖者: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 0bb1737e8501872c0afd30bb86f7373c21f33aab
bundlenotification
This package is not auto-updated.
Last update: 2024-09-23 15:10:26 UTC
composer require akaradech/notifybundle
将此行添加到 app/AppKernel.php
$bundles = [ .... new Akaradech\NotificationBundle\NotificationBundle() ];
将 routing.yml 包含到 app/config/routing.yml
app: resource: "@NotificationBundle/Resources/config/routing.yml"