PHP code example of wildwestriverrider / laravel-ratings-and-reviews

1. Go to this page and download the library: Download wildwestriverrider/laravel-ratings-and-reviews library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

wildwestriverrider / laravel-ratings-and-reviews example snippets


return [
    'max-rating' => 5,
    'min-rating' => 1
];

$laravelRatingsAndReviews = new Wildwestriverrider\LaravelRatingsAndReviews();
bash
php artisan vendor:publish --tag="ratings-and-reviews-migrations"
php artisan migrate