定制 coreproc/laravel-notification-channel-fcm 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

coreproc/laravel-notification-channel-fcm

最新稳定版本:1.5.0

Composer 安装命令:

composer require coreproc/laravel-notification-channel-fcm

包简介

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

README 文档

README

This package has moved to the Laravel notification channels project. This repository will no longer be maintained. To switch, please see the "Migrating" section below.

https://github.com/laravel-notification-channels/fcm

Migrating

There are no breaking changes. The namespace will remain the same, so you only need to update your composer.json to reference the new package name, and bump the version to 1.6 (which has no breaking changes).

Switch the old package require from:

"require": {
    "coreproc/laravel-notification-channel-fcm": "^1.5"
},

to the new package name:

"require": {
    "laravel-notification-channels/fcm": "^1.6"
},

统计信息

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

GitHub 信息

  • Stars: 35
  • Watchers: 2
  • Forks: 20
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-15