Required ./vendor/protobuf-php/protobuf instead of ./vendor/bin/protobuf #1

Closed
opened 2024-03-12 22:18:07 +01:00 by Benjamin_Loison · 1 comment

In:

php ./vendor/bin/protobuf --include-descriptors -i . -o ./src/ ./addressbook.proto
find -name protobuf
./vendor/protobuf-php/protobuf
In: ```bash php ./vendor/bin/protobuf --include-descriptors -i . -o ./src/ ./addressbook.proto ``` ```bash find -name protobuf ``` ``` ./vendor/protobuf-php/protobuf ```
Author
Owner

If you haven't installed the compiler (protoc) or you dont have the php plugin, see https://github.com/protobuf-php/protobuf-plugin.

> If you haven't installed the compiler (`protoc`) or you dont have the php plugin, see https://github.com/protobuf-php/protobuf-plugin.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/protobuf_php#1
No description provided.