coreproc / laravel-notification-channel-fcm
FCM (Firebase Cloud Messaging) Notifications Driver for Laravel
Installs: 182 632
Dependents: 1
Suggesters: 0
Security: 0
Stars: 35
Watchers: 2
Forks: 20
Open Issues: 3
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
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" },