Skip to content
Advertisement

I’m using Laravel:Livewire star rating Components. I want to show total ratings in stars

The rating module is working well, number of ratings are also showing but I want to display total ratings in stars but I don’t know how to write in blade view.

Livewire/ProductRating.php

JavaScript

Advertisement

Answer

Assuming that your Rating model has a property on it called rating, you could do the following to get the average rating for a product with the given id:

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