tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Laravel Stats Tracker

Results 105 tracker issues
Sort by recently updated
recently updated
newest added

I have an error : `Too few arguments to function PragmaRX\Tracker\Support\Exceptions\Handler::handleError(), 4 passed in /home/vagrant/projets/xxx/xxx_web/vendor/sentry/sentry/src/ErrorHandler.php on line 361 and exactly 5 expected` Tracker have 5 args then Sentry 4 args...

Hello. Please add support for Laravel 8. ( change laravel/framework version )

Hello, I would appreciate to know if there is an option to publish the views of the panel to be able to edit them

The tracker error table is reporting the following errors: `fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.md5): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known` and `fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz): failed to open stream: php_network_getaddresses: getaddrinfo...

php artisan tracker:updategeoip not work DB tracker_geoip table ist empty any idea ![pragma](https://user-images.githubusercontent.com/29605066/122793535-9e362d00-d2bb-11eb-9ac5-1d64550c6f34.png)

Non-static method PragmaRX\Tracker\Tracker::pageViewsByCountry() should not be called statically ``` use PragmaRX\Tracker\Tracker; public function index(){ $pageViews = Tracker::pageViewsByCountry(60 * 24); dd(Tracker::pageViewsByCountry(60 * 24)); } ````

``` Problem 1 - pragmarx/tracker v4.0.x-dev requires laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] - but it conflicts with your root composer.json require (^8.12.1). - pragmarx/tracker[v4.0.0, ..., v4.0.1] require doctrine/dbal...

> php artisan ide-helper:generate Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Illuminate\Support\Facades\Input' not found at /app/vendor/pragmarx/datatables/src/Bllim/Datatables/Datatables.php:67 63| */ 64| public function __construct() 65| { 66| > 67| $this->setData($this->processData(Input::get())); 68| 69| return $this; 70| }...