Skip to content
Advertisement

Get most favorited (many to many) records in laravel

I have an app where users can favorite venues, this is done via a many to many relationship with a “favorites” pivot table.

Now I want to retrieve the top 10 most times favorited Venues with Eloquent.

My models:

JavaScript

Thanks in advance!

Advertisement

Answer

Maybe try this :

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement