coreproc/laravel-notification-channel-fcm

This package is abandoned and no longer maintained. The author suggests using the laravel-notification-channels/fcm package instead.

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

Maintainers

👁 coreproc

Package info

github.com/CoreProc/laravel-notification-channel-fcm

Homepage

pkg:composer/coreproc/laravel-notification-channel-fcm

Statistics

Installs: 188 418

Dependents: 1

Suggesters: 0

Stars: 35

Open Issues: 3

1.5.0 2019-09-05 06:06 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6932191f6278e0bdcc716cc28ed9e51daf9c788d

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"
},