kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
992 stars 163 forks source link

error when install the package #138

Closed mohamedhussieen closed 2 years ago

mohamedhussieen commented 2 years ago

Problem 1

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

any help please

jeromegamez commented 2 years ago

As the error message describes, you've got to make sure the sodium extension is enabled in your installation. There have been XAMPP users experiencing similar problems.

Here's an approach on StackOverflow that seems to be helpful: https://stackoverflow.com/a/52670500/284325

Since this is not a problem directly related to this package, I'm sorry I can't provide further support.