LaravelPackages.net
Acme Inc.
Toggle sidebar
jeykeu/notify-laravel

A notification system for Laravel.

17
0
About jeykeu/notify-laravel

jeykeu/notify-laravel is a Laravel package for a notification system for laravel.. It currently has 0 GitHub stars and 17 downloads on Packagist. Install it with composer require jeykeu/notify-laravel. Discover more Laravel packages by jeykeu or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart