How about add new route for webhook? #38387
-
laravel have 2 routes which web and api, but don't you think we need new route for webhook? |
Beta Was this translation helpful? Give feedback.
Answered by
dennisprudlo
Aug 15, 2021
Replies: 1 comment
-
Well you can create as many files as you want inside your routes directory and load the files in the RouteServiceProvider. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well you can create as many files as you want inside your routes directory and load the files in the RouteServiceProvider.