Go to file
2023-11-01 18:32:54 +08:00
app 增加 gRPC 2023-11-01 12:02:17 +08:00
bootstrap Initial commit 2023-11-01 10:56:35 +08:00
config 增加 gRPC 2023-11-01 12:02:17 +08:00
database Initial commit 2023-11-01 10:56:35 +08:00
deploy 改进 2023-11-01 18:32:54 +08:00
public Initial commit 2023-11-01 10:56:35 +08:00
resources 增加 gRPC 2023-11-01 12:02:17 +08:00
routes Initial commit 2023-11-01 10:56:35 +08:00
storage Initial commit 2023-11-01 10:56:35 +08:00
tests Initial commit 2023-11-01 10:56:35 +08:00
.editorconfig Initial commit 2023-11-01 10:56:35 +08:00
.env.example Initial commit 2023-11-01 10:56:35 +08:00
.gitattributes Initial commit 2023-11-01 10:56:35 +08:00
.gitignore 改进 2023-11-01 18:01:10 +08:00
.gitlab-ci.yml 改进 2023-11-01 18:32:54 +08:00
.rr.yaml 改进 2023-11-01 18:01:10 +08:00
artisan Initial commit 2023-11-01 10:56:35 +08:00
composer.json 增加 gRPC 2023-11-01 12:02:17 +08:00
composer.lock 增加 gRPC 2023-11-01 12:02:17 +08:00
Dockerfile 改进 2023-11-01 18:01:10 +08:00
package.json update 2023-11-01 10:57:46 +08:00
phpunit.xml Initial commit 2023-11-01 10:56:35 +08:00
README.md 增加 gRPC 2023-11-01 12:02:17 +08:00
tsconfig.json Initial commit 2023-11-01 10:56:35 +08:00
vite.config.js Initial commit 2023-11-01 10:56:35 +08:00
yarn.lock Initial commit 2023-11-01 10:56:35 +08:00

Install Protoc

./vendor/bin/rr download-protoc-binary
protoc --plugin=/Users/ivampiresp/.bin/protoc-gen-php-grpc  --php_out=. --php-grpc_out=. resources/proto/pinger.proto