Laravel 10.29 Released


This week, the Laravel team released v10.29 with the ability to see all middleware in route:list, CLI dump output updates, and more. This week's release saw a lot of small fixes, added tests, and miscellaneous changes; see the changelog for a complete list of updates.
Expand middleware groups in route:list
@NickSdot contributed expanding the middleware groups when using route:list with the -vv flag:

The command already supported listing the middleware group associated with routes via the -v|--verbose flag. Here's an example of using the verbose flag to see the group:

Move CliDumper source content to the last line
@CalebW contributed a tweak to the output of dd() and dump() on the CLI where the source file of the dump is moved from the first line of the dump to the last line. On really long dump output, you'd have to scan to the start/top of the output to find the source file, and now it's conveniently located at the end.
Here's the output you'd see before this weeks release (<10.29):

And here's the updated output in this week's release v10.29.0:

Release notes
You can see the complete list of new features and updates below and the diff between 10.28.0 and 10.29.0 on GitHub. The following release notes are directly from the changelog:
v10.29.0

The post Laravel 10.29 Released appeared first on Laravel News.
Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.