Route can problems in 8.70 #39670
Unanswered
devNoiseConsulting
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.
-
Upgraded to 8.70 and trying to use the new can method on my routes. I'm running into errors when I'm trying to convert my routes from using the middleware method with can syntax to using the can method on a route group. The can method works when chaining off of HTTP verbs. It doesn't like being chained off of a route group. Also can't seem to start a route with Route::can unlike Route::middleware. Was the can method only to be used on the HTTP verbs? Or should it work on route groups as well?
Beta Was this translation helpful? Give feedback.
All reactions