LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-notification-channels/backport

Backport of the Laravel Notification System for Laravel 5.1 and 5.2

171.263
26
1.0.6
About laravel-notification-channels/backport

laravel-notification-channels/backport is a Laravel package for backport of the laravel notification system for laravel 5.1 and 5.2. It currently has 26 GitHub stars and 171.263 downloads on Packagist (latest version 1.0.6). Install it with composer require laravel-notification-channels/backport. Discover more Laravel packages by laravel-notification-channels or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart