StarRatingBundle icon indicating copy to clipboard operation
StarRatingBundle copied to clipboard

star rating bundle for symfony

Results 13 StarRatingBundle issues
Sort by recently updated
recently updated
newest added

Hi, We are migrating to Symfony 5.3 and i would like to know if this bundle supports this.

Hi, When I install the bundle with composer, it is installed under vendor directory but the directory web/bundles/starrating/ doesn't exist, when I add it manually and I try to execute...

This bundle will trigger an exception Symfony 4. https://github.com/blackknight467/StarRatingBundle/blob/08e7caf167232c96dd77182c603475ef9623290b/DependencyInjection/StarRatingExtension.php#L31 To solve this, change the line with: ```php $resources = array_merge(array('@StarRatingBundle/rating.html.twig'), $resources); ``` Then add and alias to /config/packages/twig.yaml: ```yaml twig:...

I work with Symfony 3.2. My code is the following: ` {{ product.rate|rating(5, "fa-3x") }}` as an output, I had the 5 rectangles instead of stars. How can I solve...

Hi, I have successfully use your bundle and I want to use rate value from your bundle and save it in a field of my table in the db through...

Only apply to version 1 bundle

I need to have half-starts for some average of ratings and they exist in font awesome. I modified the bundle to round to the closest half and show half-stars. Comments...

Im tryng to use this bundle with a Symfony 2 app but i got an error, is only for Symfony 3 now? Thanks!