php bin/console make:webhook
Create a new Webhook
Usage
make:webhook [<name>]
Arguments
name Name of the webhook to create (e.g. <fg=yellow>github, stripe, ...</>)
Help
The make:webhook command creates a RequestParser, a WebhookHandler and adds the necessary configuration
for a new Webhook.
php bin/console make:webhook stripe
If the argument is missing, the command will ask for the webhook name interactively.
It will also interactively ask for the RequestMatchers to use for the RequestParser's getRequestMatcher function.