rocramer / nova-matomo-analytics

Matomo Analytics metrics for Laravel Nova Dashboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Errors (Laravel 5.8)

Aontaigh opened this issue · comments

I am using Laravel 5.8 and have attempted to use various different version of this package (i.e. 0.3.0, 0.2.3, and 0.2.1) but they all seem to not work.

This is strange as version 0.2.3 used to work seamlessly.

These are the following errors occuring on different versions:

  • 0.3.0 Error:

image

  • 0.2.3 Error:

image

Versions prior to 0.3 are not compatible with the new Matomo 4. Have you upgraded Matomo?

The updated version 0.3 is only compatible with Laravel >= 7.

I'm using the HTTP facades which are introduced in Laravel 7.

return Http::get($url)->json();

So it is easy to make this package compatible with Laravel < 7. I'm open for PRs.