Backport of the Laravel Notification System for Laravel 5.1 and 5.2

Package info

github.com/laravel-notification-channels/backport

pkg:composer/laravel-notification-channels/backport

Statistics

Installs: 171 423

Dependents: 0

Suggesters: 1

Stars: 26

Open Issues: 8

1.0.6 2016-11-22 14:50 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

MIT 51e863387a6dc6e8afe68d24fab6166566f4376a

  • Taylor Otwell <taylorotwell.woop@gmail.com>
  • Marcel Pociot <m.pociot.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-04 14:11:45 UTC


README

👁 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.