File tree 1 file changed +11
-5
lines changed 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ Installation
16
16
17
17
$ composer require symfony/webhook
18
18
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
-
24
19
Usage in Combination with the Mailer Component
25
20
----------------------------------------------
26
21
@@ -193,3 +188,14 @@ For SMS webhooks, react to the
193
188
// Handle the SMS event
194
189
}
195
190
}
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