File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ Installation
1616
1717 $ composer require symfony/webhook
1818
19- .. tip ::
20-
21- Since MakerBundle ``v1.58.0 `` - you can run ``php bin/console make:webhook ``
22- to generate the files needed to use the Webhook component.
23-
2419 Usage in Combination with the Mailer Component
2520----------------------------------------------
2621
@@ -193,3 +188,14 @@ For SMS webhooks, react to the
193188 // Handle the SMS event
194189 }
195190 }
191+
192+ Creating a Custom Webhook
193+ -------------------------
194+
195+ .. tip ::
196+
197+ Starting in `MakerBundle `_ ``v1.58.0 ``, you can run ``php bin/console make:webhook ``
198+ to generate the request parser and consumer files needed to create your own
199+ Webhook.
200+
201+ _`MakerBundle `: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
You can’t perform that action at this time.
0 commit comments