Backport of the Laravel Notification System for Laravel 5.1 and 5.2
158,108
26
3
Package Data
Maintainer Username: laravel-notification-channels
Maintainer Contact: taylorotwell@gmail.com (Taylor Otwell)
Package Create Date: 2016-08-17
Package Last Update: 2018-09-20
Home Page: http://laravel-notification-channels.com
Language: PHP
License: MIT
Last Refreshed: 2024-03-25 03:03:50
Package Statistics
Total Downloads: 158,108
Monthly Downloads: 270
Daily Downloads: 1
Total Stars: 26
Total Watchers: 3
Total Forks: 11
Total Open Issues: 8

Laravel Notifications for Laravel 5.2 / 5.1

Latest Version on Packagist Software License Build Status StyleCI Quality Score Code Coverage Total Downloads

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.

Installation

You can install the package via composer:

composer require laravel-notification-channels/backport

Next, you must load the service provider:

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

Usage

Please refer to the official Laravel Notification documentation.

License

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