Looking to hire Laravel developers? Try LaraJobs

notify-laravel maintained by jeykeu

Description
A notification system for Laravel.
Last update
2016/01/09 11:53 (dev-master)
License
Downloads
17

Comments
comments powered by Disqus

Notify for Laravel

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.