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-01-26 15:03:21 |
Package Statistics | |
---|---|
Total Downloads: | 161,872 |
Monthly Downloads: | 334 |
Daily Downloads: | 1 |
Total Stars: | 26 |
Total Watchers: | 3 |
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.