Skip to main content

Code Examples of willvincent/laravel-rateable

Discover how to use Laravel's willvincent/laravel-rateable method in real-world applications. Browse 1 examples from popular open-source projects.

1 example
Provides a trait to allow rating of any Eloquent models within your app for Laravel 6/7.
Ratings could be fivestar style, or simple +1/-1 style.
Read more on the official Github.

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Jun 2026

Files in this example

  • composer.json
    • app/Package.php
      • app/User.php
        • app/Jobs/UserRatePackage.php
View full example