| 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: | 2025-10-31 03:05:56 |
| Package Statistics | |
|---|---|
| Total Downloads: | 166,441 |
| Monthly Downloads: | 341 |
| Daily Downloads: | 22 |
| Total Stars: | 26 |
| Total Watchers: | 1 |
| Total Forks: | 11 |
| Total Open Issues: | 8 |
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.
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,
],
Please refer to the official Laravel Notification documentation.
The MIT License (MIT). Please see License File for more information.