dev-master
9999999-dev https://github.com/JeyKeu/notify-laravelA notification system for Laravel.
MIT
The Requires
- php >=5.4.0
The Development Requires
laravel bootstrap notify jeykeu
A notification system for Laravel.
A notification system for Laravel., (*1)
Via Composer, (*2)
json
{
"require": {
"jeykeu/notify-laravel": "dev"
}
}
, (*3)
Add the following line to the providers
array in app/config.php
, (*4)
JeyKeu\Notify\NotifyServiceProvider::class
And the the following line to the aliases
array in app/config.php
, (*5)
'Notify' => JeyKeu\Notify\Notify::class
The MIT License (MIT). Please see License File for more information., (*6)
A notification system for Laravel.
MIT
laravel bootstrap notify jeykeu