You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ Require as dependency:
39
39
$ composer req wayofdev/laravel-webhook-client
40
40
```
41
41
42
-
<br>
43
-
44
42
### → Configuring the package
45
43
46
44
You can publish the config file with:
@@ -143,8 +141,6 @@ In the `signing_secret` key of the config file, you should add a valid webhook s
143
141
144
142
This package will try to store and respond to the webhook as fast as possible. Processing the payload of the request is done via a queued job. It's recommended to not use the `sync` driver but a real queue driver. You should specify the job that will handle processing webhook requests in the `process_webhook_job` of the config file. A valid job is any class that extends `WayOfDev\WebhookClient\Bridge\Laravel\Jobs\ProcessWebhookJob` and has a `handle` method.
145
143
146
-
<br>
147
-
148
144
### → Preparing the database
149
145
150
146
By default, all webhook calls will get saved in the database.
@@ -189,7 +185,6 @@ To create the table that holds the webhook calls:
0 commit comments