-
Trouble with ApplicationDefaultCredentials in Laravel Lumen
So here’s the deal—I’ve been working on integrating Google Analytics into my Laravel Lumen project using this package
https://github.com/akki-io/laravel-google-analytics
. I followed the instructions for installation and configuration to the letter, still a lil’ issue has cropped up that’s got me stumped.I’ve been pulling this code into my controller:
TestController.php
appHttpControllersTestController.php[...]
And in my configuration file:
config/laravel-google-analytics.php
[...]
But something’s not quite right. When I fire up the controller, I get hit back with this:
Feels like I’m missing an important piece of the puzzle here. I just need to pull some data from Google Analytics. Any bright ideas?
Log in to reply.