astrotomic / notifynder-sender-redis
此包已弃用,不再维护。没有建议的替代包。
Notifynder 包的 Redis 发送器。
1.0.1
2017-02-09 13:27 UTC
Requires
- php: >=5.5.0
- fenos/notifynder: ^4.0
- illuminate/support: ~5.1
- predis/predis: ^1.1
Requires (Dev)
- laravel/framework: ~5.1
This package is not auto-updated.
Last update: 2019-10-22 12:00:23 UTC
README
文档: Notifynder 文档
安装
步骤 1
composer require astrotomic/notifynder-sender-redis
步骤 2
将以下字符串添加到 config/app.php
提供者数组
Astrotomic\Notifynder\NotifynderSenderRedisServiceProvider::class,
步骤 3
将以下数组添加到 config/notifynder.php
'senders' => [ 'redis' => [ 'channel' => 'notifynder.{type}.{id}.{category}', 'store' => false, // wether you want to also store the notifications in database ], ],