reedware/laravel-relation-joins
User::with(['posts', 'posts.comments'])->get() becomes User::joinRelation('posts.comments')->get()).For Executives: "This package lets our backend team fetch complex, nested data (e.g., user orders + shipping + reviews) in a single database call instead of multiple round-trips. For example, a dashboard showing ‘Customer Lifetime Value’ could load 30% faster with this optimization. It’s a low-risk, high-reward upgrade—MIT licensed, actively maintained, and used by teams building scalable Laravel apps like [hypothetical competitor]."
For Engineering:
*"Laravel Relation Joins replaces verbose join() + where() chains with intuitive syntax like Model::joinRelation('relation.subrelation')->get(). It’s perfect for:
/posts/{id}/comments).How can I help you explore Laravel packages today?