jeykeu / notify-laravel
A notification system for Laravel.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jeykeu/notify-laravel
Requires
- php: >=5.4.0
Requires (Dev)
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2025-09-29 01:27:23 UTC
README
A notification system for Laravel.
Install
Via Composer
{ "require": { "jeykeu/notify-laravel": "dev" } }
Configure on Laravel 5
Add the following line to the providers
array in app/config.php
JeyKeu\Notify\NotifyServiceProvider::class
And the the following line to the aliases
array in app/config.php
'Notify' => JeyKeu\Notify\Notify::class
License
The MIT License (MIT). Please see License File for more information.