Download the PHP package zoparga/review-rateable without Composer
On this page you can find all versions of the php package zoparga/review-rateable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zoparga/review-rateable
More information about zoparga/review-rateable
Files in zoparga/review-rateable
Download zoparga/review-rateable
More information about zoparga/review-rateable
Files in zoparga/review-rateable
Please rate this library. Is it a good library?
Informations about the package review-rateable
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 review-rateable with dependencies
PHP Build Version
Package Version
No informations.
The package zoparga/review-rateable contains the following files
Loading the files please wait ....