Installing GRPC and Protobuf using Laravel Forge
Installing GPRC and Protobuf with Laravel Forge is easy. Just follow these steps.
Adding the script to recipes
Go to Recipes
Put any name
Keep user as root
Add the following script to the script input and click Create button
sudo pecl install grpc
...
devlogbook.com2 min read