benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Laravel 9 support? #76

Open bilalswiftsolutions opened 2 years ago

bilalswiftsolutions commented 2 years ago

any chance on laravel 9 support in near future?

AlsonicTech commented 2 years ago

It seems that the changes are already committed (f233676) but not pushed on master.

So to fix this you can simply get the dev-master: composer require benwilkins/laravel-fcm-notification:dev-master

janis-inzpire commented 2 years ago

Any ideas when this will get released in a stable version? Thanks

benounnas commented 2 years ago

i just had to run composer require benwilkins/laravel-fcm-notification:* :disappointed:

mwllgr commented 2 years ago

@benwilkins Can you release a new version of the package which includes this change, please? Would be nice

ankurk91 commented 1 year ago

Ended up creating this package https://github.com/ankurk91/fcm-notification-channel