2017 © Pedro Peláez
 

library backport

Backport of the Laravel Notification System for Laravel 5.1 and 5.2

image

laravel-notification-channels/backport

Backport of the Laravel Notification System for Laravel 5.1 and 5.2

  • Tuesday, November 22, 2016
  • by laravel-notification-channels
  • Repository
  • 1 Watchers
  • 25 Stars
  • 36,647 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 11 Forks
  • 8 Open issues
  • 9 Versions
  • 31 % Grown

The README.md

Laravel Notifications for Laravel 5.2 / 5.1

Latest Version on Packagist Software License Build Status StyleCI Quality Score Code Coverage Total Downloads, (*1)

This package acts as a backport for the Laravel 5.3 notification system, to allow its usage with Laravel 5.1 and Laravel 5.2., (*2)

Installation

You can install the package via composer:, (*3)

composer require laravel-notification-channels/backport

Next, you must load the service provider:, (*4)

// config/app.php
'providers' => [
    // ...
    Illuminate\Notifications\NotificationServiceProvider::class,
],

Usage

Please refer to the official Laravel Notification documentation., (*5)

License

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

The Versions