File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,11 @@ A Laravel CMS Starter project with AdminLTE theme and core features.
5454 - create NEW service account key
5555 - any name will work (I use google analytics)
5656 - key type is JSON
57- - add the email to the 'accounts' under google analytics
58- - download and store the json
59- - go to google analytics under the admin - view settings - for the 'site id'
57+ - download and rename the json to 'service-account-credentials.json'
58+ - store the file under /storage/app/analytics
59+ - go to (google analytics)[https://analytics.google.com/analytics/]
60+ - go to admin - property - user management and add the service account's email as a user
61+ - go to admin - view - settings and copy the 'site id' to your .env
6062- get a Google Maps js API key (after you've created the project in google) https://developers.google.com/maps/documentation/javascript/get-api-key
6163- have a look at Admin\NavigationController.php on how to use datatables and datatables with ajax if more than 150 entries
6264
You can’t perform that action at this time.
0 commit comments