coreproc / laravel-notification-channel-fcm
此包已废弃且不再维护。作者建议使用 laravel-notification-channels/fcm 包代替。
适用于 Laravel 的 FCM (Firebase Cloud Messaging) 通知驱动
1.5.0
2019-09-05 06:06 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ^6.2
- illuminate/notifications: ^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0
- illuminate/support: ^5.1|^5.2|^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: 5.*
This package is auto-updated.
Last update: 2020-05-01 15:08:52 UTC
README
此包已迁移到 Laravel 通知通道项目。此存储库将不再维护。要切换,请参阅下面的“迁移”部分。
https://github.com/laravel-notification-channels/fcm
迁移
没有破坏性更改。命名空间将保持不变,因此您只需更新您的 composer.json
以引用新的包名称,并将版本升级到 1.6
(该版本没有破坏性更改)。
将旧包的 require
从
"require": { "coreproc/laravel-notification-channel-fcm": "^1.5" },
切换到新包名称
"require": { "laravel-notification-channels/fcm": "^1.6" },