Hello,Can you give a example how to use middleware in yor pakage? #612
Unanswered
AntonNosovich
asked this question in
Q&A
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/*
* Middleware to be applied to the webhook route
*/
'middleware' => [
Beta Was this translation helpful? Give feedback.
All reactions