Laravel 5
PHP 5.6+
No commit activity in last 2 years
No release in over 2 years
There's a lot of open issues
Backport of the Laravel Notification System for Laravel 5.1 and 5.2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^0.9.5
phpunit/phpunit
4.*

Runtime

5.1.*|5.2.*
5.1.*|5.2.*
ramsey/uuid
~3.0
 Project Readme

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.