G
G
GaserV2017-04-29 15:45:22
Laravel
GaserV, 2017-04-29 15:45:22

Who has used Laravel Tracker?

Hi all! To collect statistics, I used https://github.com/antonioribeiro/tracker. I'm testing locally. In the config included the necessary. As a result, everything in the tracker_ table base is empty, except for the logs.
In the logs:
96f94d8235cb494294a20b8db261cccf.png
As you can see on the screenshot, for some reason I have duplicated values.
The controller has an index() method that returns the main page of the future site. There I tried to return all visits to the site: And when I displayed -> {"date":"2017-04-29","total":20} Why is statistics not being collected? What else haven't I done? What needs to be checked? Tell me please $pageViews = Tracker::pageViews(60 * 24 * 30);

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question