You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This is a complete rewrite from v1. It is not compatible with previous versions of this package.
5
5
6
6
7
-
Laravel Review Ratable is a flexible package that enables you to attach reviews (with multiple ratings) to any Eloquent model in your Laravel application. The package supports multiple departments, configurable rating boundaries, review approval, and a decoupled service contract so you can easily integrate, test, and extend the functionality.
7
+
Laravel Review Ratable is a flexible package that enables you to attach reviews (with multiple ratings) to any Eloquent model in your Laravel application.
8
+
The package supports multiple departments, configurable rating boundaries, review approval, and a decoupled service contract so you can easily integrate, test, and extend the functionality.
8
9
9
10
## Features
10
11
11
-
-**Polymorphic Reviews & Ratings:** Attach written reviews along with multiple rating values to any model.
12
+
-**Reviews & Ratings:** Attach written reviews along with multiple rating values to any model.
12
13
-**Configurable Settings:** Define custom rating keys, labels, and value boundaries (min/max) via a config file.
13
14
-**Department Support:** Organize ratings by department (e.g. default, sales, support) with their own criteria.
14
15
-**Review Approval:** Set a default approval status for reviews (and override per review if needed).
@@ -46,7 +47,7 @@ php artisan migrate
46
47
47
48
## Configuration
48
49
49
-
The package configuration file is located at config/laravel-review-ratable.php. Here you can adjust global settings such as:
50
+
The package configuration file is located at config/review-ratable.php. Here you can adjust global settings such as:
0 commit comments