Download the PHP package bcscoder/ganalytic without Composer
On this page you can find all versions of the php package bcscoder/ganalytic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ganalytic
Google Analytic Module
Instalation
composer require bcscoder/ganalytic
Create file laravel-analytics.php
in config folder
<?php
return [
/*
* The view id of which you want to display data.
*/
'view_id' => env('ANALYTICS_VIEW_ID'),
/*
* Path to the client secret json file. Take a look at the README of this package
* to learn how to get this file.
*/
'service_account_credentials_json' => env('ANALYTICS_JSON_FILE'),
//'service_account_credentials_json' => storage_path('app/laravel-google-analytics/Juanda Garden-1b2cc7efe5ec.json'),
/*
* The amount of minutes the Google API responses will be cached.
* If you set this to zero, the responses won't be cached at all.
*/
'cache_lifetime_in_minutes' => 60 * 24,
/*
* The directory where the underlying Google_Client will store it's cache files.
*/
'cache_location' => storage_path('app/laravel-google-analytics/google-cache/'),
];
`
Update view id and upload google credential json.
For more info visit : https://github.com/spatie/laravel-analytics
All versions of ganalytic with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ~1.0
asgardcms/core-module Version ~1.0
spatie/laravel-analytics Version ~2
composer/installers Version ~1.0
asgardcms/core-module Version ~1.0
spatie/laravel-analytics Version ~2
The package bcscoder/ganalytic contains the following files
Loading the files please wait ....