Laravel 10.16 Released

News

HomeHome / News / Laravel 10.16 Released

Apr 26, 2024

Laravel 10.16 Released

This week, the Laravel team released v10.16 with support for BackedEnum in the Collection groupBy method, improvements to the schedule:list output for sub-minute tasks, allow binding of IPv6 addresses

This week, the Laravel team released v10.16 with support for BackedEnum in the Collection groupBy method, improvements to the schedule:list output for sub-minute tasks, allow binding of IPv6 addresses in artisan serve, and more:

Jess Archer fixed the display of the schedule:list command for sub-minute tasks. This update also includes displaying the repeat frequency where applicable:

@MuriloChianfa contributed adding detection patterns of IPv6 addresses to the artisan serve command:

Ostap Brehin contributed support for BackedEnum in the Collection::groupBy method:

Check out Pull Request #47823 for more details.

You can see the complete list of new features and updates below and the diff between 10.15.0 and 10.16.0 on GitHub. The following release notes are directly from the changelog:

Filed in:

Paul Redmond

Full stack web developer. Author of Lumen Programming Guide and Docker for PHP Developers.