tracker
tracker copied to clipboard
Laravel Stats Tracker
When I used '$visitor = Tracker::currentSession();' I faced error.
The effort is appreciated first of all I have tried a thousand this package and the truth is that it doesn't work, I follow the recommended configuration and it does...
Hello everyone, I have a project that I am doing in valet, laravel and vue, and it does not start doing the session track. I must clarify that using mamp...
**Describe the bug** just run sudo composer require pragmarx/tracker **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4....
**Getting userid null after successful login** It was working fine before after upgrading laravel its logging users but storing userid to null.  **System** - OS: Ubuntu - Browser [chrome,...
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY' (SQL: insert into `tracker_sessions` (`user_id`, `device_id`, `client_ip`, `geoip_id`, `agent_id`, `referer_id`, `cookie_id`, `language_id`, `is_robot`, `uuid`, `updated_at`, `created_at`) values (, ,...
**Describe the bug** `SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '477c02627521747f77ac6150d7a63f1f4946bd41197ec2143e4eaccd6407271e' for key 'tracker_agents_name_hash_unique' (SQL: insert into `tracker_agents` (`name`, `browser`, `browser_version`, `name_hash`, `updated_at`, `created_at`) values (Mozilla/5.0 (Linux; Android 8.1.0; SM-G610F...
After following all steps in the installation instructions. Laravel Log shows: user_agent column not exists. After create the column with migration. Now it show another error. In browser shows Alert...
After upgrading from 5.8 to 6.1 I had a bunch of errors with the Tracker. Most of it some integrity constraints, but currently it doesn't log the user_id even if...
I don't want to generally enable the tracker but need activate it by middleware or command. The "use_middleware" seems not to be implemented. How to start it? use Tracker; Tracker::currentSession();...