laravel-notification-channels/backport 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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.

统计信息

  • 总下载量: 167.44k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 26
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 26
  • Watchers: 1
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-17