2017 © Pedro Peláez
 

library notifier-laravel

Simple notifications

image

rojtjo/notifier-laravel

Simple notifications

  • Wednesday, April 6, 2016
  • by Rojtjo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Notifier

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Easily send notifications., (*2)

Installation

$ composer require rojtjo/notifier-laravel

Usage

Register the service provider in config/app.php:, (*3)

    \Rojtjo\Notifier\Laravel\NotifierServiceProvider::class,

Add the middleware to the kernel in app/Http/Kernel.php:, (*4)

    \Rojtjo\Notifier\Laravel\ShareNotificationsWithView::class,

Documentation

Coming soon, (*5)

Security

If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker., (*6)

The Versions