jeykeu/notify-laravel

A notification system for Laravel.
17
Install
composer require jeykeu/notify-laravel
PHP:>=5.4.0
License:MIT
Last Updated:Jan 9, 2016
Links: GitHub  ·  Packagist
Maintainer: jq

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.

Related Packages

ghanem/notify

Laravel 5 Flash Notifications with icons and animations and with a timeout

24 3
mascame/notify

Notify is a package to rapidly notificate your users about something using Boots...

208 1
bpocallaghan/notify

Laravel 5 Flash Notifications with icons and animations and with a timeout

18,760 33
nwidart/laravel-menus

Laravel Menu management

182,975 167
szykra/laravel-flash-notifications

Easy way to display Flash Notifications in Laravel 5.

38,419 8