kematjaya/rating-bundle

bundle for generate rating

Maintainers

Package info

github.com/kematjaya0/rating-bundle

Language:JavaScript

pkg:composer/kematjaya/rating-bundle

Statistics

Installs: 224

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.8.3 2022-08-22 15:10 UTC

This package is auto-updated.

Last update: 2026-02-22 22:29:32 UTC


README

  1. installation
composer require kematjaya/rating-bundle
  1. add to config/bundles.php
...
Kematjaya\RatingBundle\RatingBundle::class => ['all' => true]
...
  1. using in template
rating(5)
// or
rating(8, 10)
  1. add font-awesome css
<link rel="stylesheet" type="text/css" href="{{ asset('bundles/rating/fontawesome/css/fontawesome.min.css') }}"/>