-
-
Notifications
You must be signed in to change notification settings - Fork 142
Hello,Can you give a example how to use middleware in yor pakage? #612
Unanswered
AntonNosovich
asked this question in
Q&A
-
/*
* Middleware to be applied to the webhook route
*/
'middleware' => [
],
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Middlewares works like Laravel's ones, just add a middleware and its code will be executed before the webhook is handled
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment