Level 50
Jun 6, 2024
1
Level 4
Eloquent Order by relationship fields
Hi all,
From my understanding, Laravel's Eloquent ORM doesn't support ordering by a related model's field out of the box.
Just want to know after years and many version updates in these days . Is there any better way to sort by relation's fields without using adding "join" and "select" fields in model or added subquery to select() for using OrderBy() ?
https://laracasts.com/discuss/channels/eloquent/order-by-on-relationship
Please or to participate in this conversation.