jeykeu / notify-laravel by jq

A notification system for Laravel.
17
0
1
Package Data
Maintainer Username: jq
Maintainer Contact: shekhanzai.baloch@gmail.com (Junaid Qadir Baloch)
Package Create Date: 2016-01-08
Package Last Update: 2016-01-09
Language: PHP
License: MIT
Last Refreshed: 2024-06-24 15:17:00
Package Statistics
Total Downloads: 17
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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.