Latest Updates
The latest updates, tutorials, and stories about Laravel
-
October 2nd, 2024
Actions vs Repositories in Laravel
In Laravel, there are different approaches to organizing code when interacting with models and business logic. Two common patterns are...
-
September 25th, 2024
Laravel 11.24 Released
The Laravel team released v11.24 this week, with new shorthands for Process fakes, a nullOnUpdate() method for foreign key definitions,...
-
September 12th, 2024
Chaperone, Defer, Cache::flexible, and more are now available in Laravel 11.23
The Laravel team released v11.23 this week, with the Laracon US 2024 open-source updates like defer(), concurrency, contextual container attritubes,...
-
September 5th, 2024
Chaperone Eloquent Models in Laravel 11.22
The Laravel team released v11.22 this week, with the chaperone() Eloquent method for inverse relations, support for passing backed Enums...
-
September 4th, 2024
Asset Prefetching Strategies with Vite in Laravel 11.21
The Laravel team released v11.21 this week, which includes asset prefetching strategies for Vite, a convenience method to force-destroy models...
-
August 9th, 2024
You May Not Need a Database. Use Statamic.
Statamic is a powerful and flexible Content Management System (CMS) designed to simplify the process of building and managing websites....
-
The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use...
-
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...