They changed it a few days ago.
https://github.com/laravel/framework/pull/32993
for this reason
https://github.com/laravel/framework/issues/33041
Actually I don't understand why it's a problem for you, when it's on new line.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have noticed recently a change in the way that my Laravel project is rendering the route list in the terminal. It is no longer comma separating the middleware column, and if there is more than one middleware it will add it to a new blank row in the table underneath its parent route.
This may seem like a very trivial problem, however being relatively new to laravel and this being my first proper project I have been producing with it I am firstly concerned that there could be an issue with the laravel install somehow that may cause other issues elsewhere, and the more routes I add with various middleware, the table when displaying all routes is becoming rather difficult to interoperate, where this was not an issue before.
See below a screenshot of the route table filtered to show only a select number of the routes in my project in order to give you an idea of what I am seeing.
Would anyone know why this has changed, and if there is a way to get it back to displaying it as it was before, by keeping all the middleware on the row with all the other data, and comma separating them.
On a whim, I have tried the following in the console, and they have made no difference:
php artisan cache:clear
php artisan routes:clear
php artisan config:clear
To be clear, what I expect to see is something like this:
They changed it a few days ago.
https://github.com/laravel/framework/pull/32993
for this reason
https://github.com/laravel/framework/issues/33041
Actually I don't understand why it's a problem for you, when it's on new line.
Please or to participate in this conversation.