Easier Relation Queries with New Eloquent Methods in Laravel 11.x
January 8, 2025 — Laravel 11.x already has a whereRelation
method that lets you query relationships directly. However, there were a few query methods that can be made simpler when using relations.