Latest Updates
The latest updates, tutorials, and stories about Laravel
-
September 13th, 2023
Laravel 10.23 Released
This week, the Laravel team released v10.23 with a new make:view Artisan command, support for PHPRedis 6.0, creating controller test...
-
September 6th, 2023
Laravel 10.22 Released
This week, the Laravel team released v10.21.1 and v10.22 with ULID testing helpers, precognition testing helpers, Enum support in Rule::in()...
-
August 30th, 2023
Laravel 10.21 Released
This week, the Laravel team released v10.21 with new string helper methods, countable failed job providers, improved HTTP pool return...
-
August 23rd, 2023
Laravel 10.20 Released
This week, the Laravel team released v10.20 with a createOrFirst() method, benchmark a single callable, a new response JSON assertion,...
-
August 16th, 2023
Laravel 10.19 Released
This week, the Laravel team released v10.19 with a collection percentage method, custom event discovery class resolution, dynamic queue listener...
-
August 9th, 2023
Laravel 10.18 Released
Couple patch releases last week and a minor release yesterday brings us to Laravel 10.18. Here are the highlights:
-...
-
August 2nd, 2023
Laravel 10.17 Released
The Laravel team released v10.17 with Laravel Prompts, a config:show Artisan command, a Collection method to ensure types and more....
-
July 26th, 2023
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...
-
July 11th, 2023
Laravel 10.15 Released
This week, the Laravel team released version 10.15.0. Here are the highlights:
- Add toRawSql, dumpRawSql, and ddRawSql to query...