astrotomic / notifynder-sender-redis
Redis Sender for the Notifynder package.
Installs: 68
Dependents: 0
Suggesters: 2
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/astrotomic/notifynder-sender-redis
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
Documentation: Notifynder Docu
Installation
Step 1
composer require astrotomic/notifynder-sender-redis
Step 2
Add the following string to config/app.php
Providers array:
Astrotomic\Notifynder\NotifynderSenderRedisServiceProvider::class,
Step 3
Add the following array to config/notifynder.php
'senders' => [ 'redis' => [ 'channel' => 'notifynder.{type}.{id}.{category}', 'store' => false, // wether you want to also store the notifications in database ], ],