The Blog
The latest updates, tutorials, and stories
-
August 5th, 2024
Eloquent BelongsToMany Relationships in Laravel
In Laravel, Eloquent ORM provides a beautiful, simple ActiveRecord implementation for working with your database. One of its powerful features...
-
August 2nd, 2024
Why using Laravel Eloquent?
Eloquent is used in Laravel for several key reasons that contribute to its popularity and effectiveness in application development.
Eloquent...
-
July 31st, 2024
Assert the Exact JSON Structure of a Response in Laravel 11.19
The Laravel team released v11.19 this week, including asserting the exact JSON structure, a whereNone query builder method, a Number::trim()...
-
In 2024, Laravel 11x and Statamic 5x continue to lead the way in PHP development and content management, offering innovative...
-
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 16th, 2024
Livewire Navigate
Many modern web applications are built as "single page applications" (SPAs). In these applications, each page rendered by the application...
-
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...