rojtjo/notifier-laravel
此包已被废弃,不再维护。未建议替代包。
简单通知
0.1.0
2016-04-06 01:22 UTC
Requires
- rojtjo/notifier: ~0.2
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^2.0
- illuminate/contracts: ^5.2
- illuminate/http: ^5.2
- illuminate/session: ^5.2
- illuminate/support: ^5.2
- phpspec/phpspec: ^2.5
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2022-01-24 17:35:35 UTC
README
轻松发送通知。
安装
$ composer require rojtjo/notifier-laravel
用法
在config/app.php
中注册服务提供者
\Rojtjo\Notifier\Laravel\NotifierServiceProvider::class,
在app/Http/Kernel.php
中添加中间件
\Rojtjo\Notifier\Laravel\ShareNotificationsWithView::class,
文档
即将推出
安全
如果您发现任何与安全相关的问题,请通过me@rojvroemen.com发送电子邮件,而不是使用问题跟踪器。