Download the PHP package multek/laravel-review without Composer
On this page you can find all versions of the php package multek/laravel-review. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-review
Laravel Review
Polymorphic review and rating system for Laravel Eloquent models with caching, moderation, and events.
Installation
Publish and run migrations:
Optionally publish the config:
Usage
Setup Models
Add HasReviews to any model that can be reviewed:
Add CanReview to models that can author reviews:
Creating Reviews
Review Summary (Cached)
Moderation
Query Scopes
Events
ReviewCreated— fired when a review is createdReviewUpdated— fired when a review is updatedReviewApproved— fired when status changes to approvedReviewRejected— fired when status changes to rejectedReviewDeleted— fired when a review is deleted
Configuration
License
MIT
All versions of laravel-review with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
The package multek/laravel-review contains the following files
Loading the files please wait ...