Provide setting or option for route middleware display using artisan route:list. #33807
Unanswered
vincent-w2w
asked this question in
General
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.
-
Recently the output format of artisan route:list has been changed (7ebd211), which changed the output for routes that only reference route groups in their middleware spec from a concise list to an aggragation of middleware in those groups, leading to messy output for routes with a lot of middleware.
I could not find a reason for this change in the discord, but I do appreciate that this will fix issues for some people. However, as this change made this command pretty much useless to my usecase, I would propose an option or setting to be added to switch between shorthand and full route middleware descriptions.
Beta Was this translation helpful? Give feedback.
All reactions