Cryank's avatar

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

0 likes
1 reply

Please or to participate in this conversation.