vinod@snayvik.com's avatar

get Order by likes_count + views_count result

Hi, I have relation of a post where I'm getting likes_count and views_count from eloquent query builder using ```

->withCount(['likes','views']);

How I can get order by list of sum of both likes_count + views_count ?

0 likes
1 reply

Please or to participate in this conversation.