laravel-notification-channels/backport
Backport of the Laravel Notification System for Laravel 5.1 and 5.2
169,673
26
| Install | |
|---|---|
composer require laravel-notification-channels/backport |
|
| Latest Version: | 1.0.6 |
| PHP: | >=5.6.4 |
| License: | MIT |
| Last Updated: | Sep 20, 2018 |
| Links: | GitHub · Packagist |
Maintainer: laravel-notification-channels
Laravel Notifications for Laravel 5.2 / 5.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.
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.