PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, February 22, 2022

[FIXED] How can we fix Installation request for google/cloud-firestore v0.2.0 error

 February 22, 2022     composer-php, google-cloud-firestore, laravel     No comments   

Issue

Problem 1 - Installation request for google/cloud-firestore v0.2.0 -> satisfiable by google/cloud-firestore[v0.2.0]. - google/cloud-firestore v0.2.0 requires ext-grpc * -> the requested PHP extension grpc is missing from your system.


Solution

You need to install ext-grpc on your system based on operating system and config PHP to load this extension:

for Unix based operating system use following command by pecl:

sudo pecl install grpc

Follow this link to know fully steps of configuration gRPC for PHP:



Answered By - Payam Khaninejad
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing