News

Laravel 10.29 Released

Published
Laravel 10.29 Released image

Release updates

Never miss a Laravel release

Get an email whenever a new Laravel release lands.

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

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article
Laravel artisan dev: Run Server, Queue, Logs, and Vite image

Laravel artisan dev: Run Server, Queue, Logs, and Vite

Read article
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article