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 got this error mysql version : MariaDB 10.2.8 php version : 7.0.22 and Tried this code in AppServiceProvider . still didnt work : Schema::defaultStringLength(191);

I instaled it on laravel 5.6, following the instructions. `$visitor = Tracker::currentSession();` `var_dump($visitor);` return empty array `var_dump( $visitor->client_ip );` return null

Hi, Currently having an issue where the site wont load due to it not having permissions for the php session file as they don't exist as files, I believe this...

I got this error: `Illuminate\Database\QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user_agent' in 'field list' (SQL: update `tracker_sessions` set `user_agent` = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0,...

bug

Am using the dingo package specifically [https://github.com/francescomalatesta/laravel-api-boilerplate-jwt](https://github.com/francescomalatesta/laravel-api-boilerplate-jwt) here is my tracker config ```php

I installed the tracker on my Laravel 5.8 project, the only thing I cannot get to populate is the GeoIP, I keep getting null, and no database entries. I have...

I am trying to use the auth:api middleware but i'm not able to track the user. Any suggestion?

I got "Maximum function nesting level of '256' reached, aborting!" …/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1970 I am using laravel-tenancy not sure if there is a conflict with this package ![Screenshot-2019-5-20 Whoops There was an...

**Is your feature request related to a problem? Please describe.** Yes, the frequent documentation/table-name requests; personally speaking--some of us want to incorporate this directly with the default sessions controller. **Describe...

I've disabled many parts of this package from the config file. 'log_sql_queries' => false, 'log_sql_queries_bindings' => false, 'log_events' => false, 'log_geoip' => false, 'log_user_agents' => false, 'log_devices' => false, 'log_languages'...