rojtjo / notifier-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple notifications
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
Easily send notifications.
Installation
$ composer require rojtjo/notifier-laravel
Usage
Register the service provider in config/app.php
:
\Rojtjo\Notifier\Laravel\NotifierServiceProvider::class,
Add the middleware to the kernel in app/Http/Kernel.php
:
\Rojtjo\Notifier\Laravel\ShareNotificationsWithView::class,
Documentation
Coming soon
Security
If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker.