jeykeu / notify-laravel
A notification system for Laravel.
dev-master
2016-01-09 10:53 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2024-10-29 04:10:38 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.