Categories
How to display top 3 posts in Laravel?
It is necessary to display 3 records from the database that have the `hosts` field with the maximum values.
Answer the question
In order to leave comments, you need to log in
...->orderBy('hosts', 'desc')->limit(3)->get();
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question