laravel-notification-channels / backport
Laravel 5.1 和 5.2 版本的 Laravel 通知系统的向后移植
1.0.6
2016-11-22 14:50 UTC
Requires
- php: >=5.6.4
- illuminate/broadcasting: 5.1.*|5.2.*
- illuminate/bus: 5.1.*|5.2.*
- illuminate/contracts: 5.1.*|5.2.*
- illuminate/queue: 5.1.*|5.2.*
- illuminate/support: 5.1.*|5.2.*
- ramsey/uuid: ~3.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: 4.*
Suggests
- guzzlehttp/guzzle: Required to use the Slack transport.
- illuminate/database: Required to use the database transport (5.1.*|5.2.*).
- nexmo/client: Required to use the Nexmo transport.
Replaces
- illuminate/notifications: 5.3.*
README
此包作为 Laravel 5.3 通知系统的向后移植,允许在 Laravel 5.1 和 Laravel 5.2 中使用。
安装
您可以通过 composer 安装此包
composer require laravel-notification-channels/backport
接下来,您必须加载服务提供者
// config/app.php 'providers' => [ // ... Illuminate\Notifications\NotificationServiceProvider::class, ],
用法
请参阅 官方 Laravel 通知文档。
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。