Replies: 1 comment
-
Think in your case a name will be generated for each route. This was more as an indication for route who were grouped under the same "as" prefix and didn't have specific route names. Those wouldn't be unique. |
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
-
The Laravel 7 upgrade guide says the following:
I'm currently updating a project that doesn't use named routes. It uses the
action()
helper instead. Do I need to give each route a unique name to prevent "unexpected behavior in multiple areas of the framework"? Or does this only apply to routes that have been given the same name?Beta Was this translation helpful? Give feedback.
All reactions