kematjaya/rating-bundle

bundle for generate rating

Installs: 219

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

1.8.3 2022-08-22 15:10 UTC

This package is auto-updated.

Last update: 2024-04-22 18:42:39 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') }}"/>