-
When running a test installation thru phpunit, the following errors are generated. This is after configuring app/config/testing/database.php with the following:
```
-
In composer.json, when I use: `"ipunkt/laravel-analytics": "~1.0"` I get this error:
```
Class 'Ipunkt\LaravelAnalytics\Providers\' not found
```
But, when I use `"ipunkt/laravel-analytics": "dev-ma…
-
I have configured everything as said in the readme.md , but on google analytics website it says that Tracking is not installed. Could pretty url be interfering with the tracking?
-
-
Hi there,
I'm currently using tablesorter for a project I'm working and the project manager wants the revenue column to be sorted descending by default. I believe I have followed the examples and doc…
-
Hi! I have the bundle installed on my laravel 4.0 and all the conf is right, but I have an error when I call this route:
ROUTE:
Route::get('/list', function()
{
return print_r(Analytics::webpropert…
-
Hi - thanks for your code - I hope you don't mind but I'm trying to modify your code to use the google calendar api. I keep falling at first hurdles! This is not an issue for your code more a plea for…