Laravel-rating
Laravel-rating copied to clipboard
Laravel package that allows you to rate, like & dislike and vote(+1,-1) your models with a simple and clear ways
can you add comment column please ? thanks
getting this error when making user can rate and rateable at the same time Trait method Nagy\\LaravelRating\\Traits\\Rate\\Rateable::ratings has not been applied as App\\Models\\User::ratings, because of collision with Nagy\\LaravelRating\\Traits\\Rate\\CanRate::ratings"
Currently ratingsAvg() was taking likes & dislikes into consideration when calculating the average rating for a specific model which is wrong. I had to change it manually and I think...
Currently `ratingsAvg()` was taking likes & dislikes into consideration when calculating the average rating for a specific model which is wrong.
please update the requirements to use it in laravel 9