laravel-notification-channels/backport
最新稳定版本:1.0.6
Composer 安装命令:
composer require laravel-notification-channels/backport
包简介
Backport of the Laravel Notification System for Laravel 5.1 and 5.2
README 文档
README
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.
统计信息
- 总下载量: 167.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-17