Open MorezDev opened 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?
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
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?