Support the ongoing development of Laravel.io →

OhPointNever

Joined 23 Sep 2015

Statistics

Threads 0
Replies 2
Solutions 0
Articles 0

ohpointnever has not posted any threads yet

replied 8 years ago

select posts order by most viewed

Ah yes, sorry OP, I didn't read your question correctly. Thanks for the clarification Thomastkim.

0 Likes
replied 8 years ago

select posts order by most viewed

Try $posts = \App\Post::orderBy('viewsCount')->get(); or $posts = \App\Post::all()->sortBy('vi...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.