Closed robertem128 closed 7 years ago
Hi,
I didn't see anything in the docs about ordering posts by like count so I thought I'd ask.
Currently, i'm using
->withCount('likes') ->orderBy('likes_count', 'desc')
Is this the recommended way?
Thanks
That seems correct
Great. Thanks for your work on this, it was very helpful in my project.
Thanks, this works really well.
Hi,
I didn't see anything in the docs about ordering posts by like count so I thought I'd ask.
Currently, i'm using
Is this the recommended way?
Thanks