Install GRPC for firebase laravel Integration

PHOTO EMBED

Thu Oct 31 2024 21:25:57 GMT+0000 (Coordinated Universal Time)

Saved by @sayedhurhussain

sudo nano /etc/php/8.3/cli/php.ini
sudo update-alternatives --config php 
sudo apt-get install php8.3-grpc
php -m | grep grpc

For uninstall 
sudo apt-get remove php8.3-grpc
content_copyCOPY