Laravel
The latest updates, tutorials, and stories about Laravel
-
April 13th, 2022
Laravel 9.8 Released
The Laravel team released 9.8.xxxx with accessing default form data from an Eloquent model, custom log levels per exception type,...
-
April 6th, 2022
Laravel 9.7 Released
The Laravel team released Laravel v9.7.0 with a
whereIn()
route parameter constraint method, aStr::squish()
helper, JSON path query enhancements,... -
March 30th, 2022
Laravel Valet 3 Released With Multi-Version PHP Support
The Laravel team released the next major version of Laravel Valet (3.0), which introduces running multiple versions of PHP in...
-
March 16th, 2022
Laravel 9.5 Released
The Laravel team released 9.5 with partial queue faking, a
freezeTime()
test helper, a storageassertDirectoryEmpty()
assertion, closures inassertJsonPath()
,... -
March 9th, 2022
Laravel 9.4 is Released
The Laravel team released
9.4
with the ability to overrideCSRF
cookies, aStr::lcfirst()
method, an optional retry mechanism for... -
February 25th, 2022
Laravel 9.2 is Released
The Laravel team released version
9.2.0
with an arraykeyBy
method, an Eloquent attribute static constructor, moving the Laravel CORS... -
February 15th, 2022
Laravel 9 is Now Released
Laravel 9 includes many new features, including a minimum PHP v8.0 version, controller route groups, a refreshed default Ignition error...
-
February 2nd, 2022
Laravel 8.82 Released
The Laravel team released 8.82 with factory matrix sequences, a transliterate string helper, a new required Array Keys Validation Rule,...
-
January 25th, 2022
Laravel 8.81 Released
The Laravel team released 8.81 with a string scan method, the ability to disable caching in
Attribute
accessors, agetOrPut()
...