2017 © Pedro Peláez
 

library notify-laravel

A notification system for Laravel.

image

jeykeu/notify-laravel

A notification system for Laravel.

  • Saturday, January 9, 2016
  • by JeyKeu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Notify for Laravel

A notification system for Laravel., (*1)

Install

Via Composer, (*2)

json { "require": { "jeykeu/notify-laravel": "dev" } }, (*3)

Configure on Laravel 5

Add the following line to the providers array in app/config.php, (*4)

JeyKeu\Notify\NotifyServiceProvider::class

And the the following line to the aliases array in app/config.php, (*5)

'Notify'       => JeyKeu\Notify\Notify::class

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

09/01 2016

dev-master

9999999-dev https://github.com/JeyKeu/notify-laravel

A notification system for Laravel.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

laravel bootstrap notify jeykeu