Skip to content

Tag: laravel

How to calculate the average of total ratings of 5 stars?

I’m trying to get the average rating of total star rating for one restaurant. The customers will rate this restaurant. I made a pivot table for storing customers ratings. The average rating =5 What is the formula or how can I calculate that in php laravel ? This is my code: Answer Don’t take all p…