laravelista / comments

Native comments for your Laravel application.
MIT License
745 stars 144 forks source link

orderBy count comment #66

Closed Jipem closed 5 years ago

Jipem commented 5 years ago

Hello,

In a query listing commentable articles, is it possible to make an orberBy number of comments?

Thanks !

Jipem commented 5 years ago

I like doing my own questions / answers :

->withCount('comments')
->orderBy('comments_count', 'desc');
mabasic commented 5 years ago

Glad you figured it out.