Laravel
The latest updates, tutorials, and stories about Laravel
-
July 24th, 2024
New whereLike to query builder in Laravel 11.17
The Laravel team released v11.16 this week, which includes a new whereLike method to query builder, improve readability of SQLite...
-
July 17th, 2024
Allow passing Enum casts to Rule::enum() in Laravel 11.16
The Laravel team released v11.16 this week, which includes Ability to configure SQLite, allow packages to replace configs recursively, allow...
-
July 10th, 2024
Generics Added to Eloquent Builder in Laravel 11.15
The Laravel team released v11.15 this week, which includes improvements to the make:mail command, support for setting mime types on...
-
The Laravel team released v11.13 mid-week last week and v11.14 this week. These releases add new string methods like chopStart...
-
This week, the Laravel team released v11.12, which includes a multiply collection method, automatically chopping the .php extension in make...
-
This week, the Laravel team released v11.11, with support for third-party relations in the model:show command, new Collection methods, new...
-
June 5th, 2024
Use a Closure with updateOrInsert() in Laravel 11.10
This week, the Laravel team released v11.10, with the ability to pass a callback to updateOrInsert, support for soft-deleted models...
-
This week, the Laravel team released v11.9, which includes a new default exception page, a way to prevent destructive commands...
-
This week, the Laravel team released v11.8, with a new validation rule, the ability to fail a command outside the...