Laravel group routing messing the resource route #38698
Unanswered
Temepest74
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Route::resource is messed up due to route grouping
In the first code, the route is (POST) resource/{resource}, in the second, it is resource/{resource}
Steps To Reproduce:
I have tried
Instead of:
to use
or
Beta Was this translation helpful? Give feedback.
All reactions