laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
491 stars 126 forks source link

Not Support In Laravel 10 #139

Closed ahmedmohsen90 closed 1 year ago

ahmedmohsen90 commented 1 year ago

Not Support In Laravel 10 im trying to install it on laravel 10 but i found error

Your requirements could not be resolved to an installable set of packages.

Problem 1

To enable extensions, verify that they are enabled in your .ini files:

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

dwightwatson commented 1 year ago

This does work on Laravel 10 (I'm using it).

Looks like you need ext-sodium as it's required by the dependencies of the channel.