PHP code example of justbetter / statamic-feedback-company

1. Go to this page and download the library: Download justbetter/statamic-feedback-company 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/ */

    

justbetter / statamic-feedback-company example snippets


View::composer('rapidez::layouts.footer', ReviewsComposer::class);

Statamic::tag('reviews:get_rating_data')->fetch();

/api/feedback-company?page=1&count=5
/api/feedback-company?count=5&minscore=2&maxscore=5
sh
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider"
sh
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider" --tag="blueprints"
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider" --tag="config"