jeykeu/notify-laravel is a Laravel package for a notification system for laravel..
It currently has 0 GitHub stars and 17 downloads on Packagist.
Install it with composer require jeykeu/notify-laravel.
Discover more Laravel packages by jeykeu
or browse all Laravel packages to compare alternatives.
Last updated
A notification system for Laravel.
Via Composer
{
"require": {
"jeykeu/notify-laravel": "dev"
}
}
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
The MIT License (MIT). Please see License File for more information.