PHP code example of jamesfairhurst / laravel-google-analytics-pageviews
1. Go to this page and download the library: Download jamesfairhurst/laravel-google-analytics-pageviews 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/ */
jamesfairhurst / laravel-google-analytics-pageviews example snippets
<script src="{{ mix('js/app.js') }}"></script>
@pageviews
</body>
bash
php artisan vendor:publish --provider="JamesFairhurst\LaravelGoogleAnalyticsPageviews\PageviewsServiceProvider" --tag=config