PHP code example of mateffy / pan-analytics-viewer

1. Go to this page and download the library: Download mateffy/pan-analytics-viewer 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/ */

    

mateffy / pan-analytics-viewer example snippets


return [
    'endpoint' => env('PAN_ANALYTICS_ENDPOINT', '/pan/viewer')
];
bash
php artisan vendor:publish --provider="Mateffy\PanAnalyticsViewer\PanAnalyticsViewerServiceProvider" --tag="config"