-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
Hi there! I'd like to know if there is a way to get resources sorted by a scope? I know the package allow realize sorting by columns of the model but if I need realize sort by a related resource? Or by countable related resource?
Something like this:
public function scopeSortByLikes($query)
{
return $query->withCount('likes')
->orderBy('likes_count', $direction);
});
}
Thanks!
Metadata
Metadata
Assignees
Labels
No labels