rtconner / laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a "like" or "favorite" or "remember" feature.
MIT License
401 stars 49 forks source link

use the class in controller #43

Open MorezDev opened 2 years ago

MorezDev commented 2 years ago

I want to display users with most likes. So is there any way to use your package in controller? Because it need a class to use. What is the proper class?

rtconner commented 2 years ago

Have to do a join to the likeable_likes table. I'm not sure of the exact code. https://laravel.com/docs/9.x/queries#joins