| 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: | 2025-11-02 15:15:53 |
| Package Statistics | |
|---|---|
| Total Downloads: | 17 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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.