Download the PHP package jorgejardim/reviewrateable without Composer
On this page you can find all versions of the php package jorgejardim/reviewrateable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jorgejardim/reviewrateable
More information about jorgejardim/reviewrateable
Files in jorgejardim/reviewrateable
Download jorgejardim/reviewrateable
More information about jorgejardim/reviewrateable
Files in jorgejardim/reviewrateable
Please rate this library. Is it a good library?
Informations about the package reviewrateable
Laravel ReviewRateable
ReviewRateable system for Laravel by trexology/reviewrateable
Installation
First, pull in the package through Composer.
And then include the service provider within app/config/app.php
. (Skip this step if you are on Laravel 5.5 or above)
At last you need to publish and run the migration.
Setup a Model
Create a rating
Update a rating
Delete a rating:
Fetch the average rating:
``
or
``
Count total rating:
``
Count rating meta (Count and Avg):
``
or
``
Fetch the rating percentage.
This is also how you enforce a maximum rating value. ``
All versions of reviewrateable with dependencies
PHP Build Version
Package Version
The package jorgejardim/reviewrateable contains the following files
Loading the files please wait ....