Skip to main content

All Questions

Tagged with
-4 votes
1 answer
76 views

how can i know or set id for any HTTP request in Laravel

I want to analyze how the user works on the website. For example, he opens the pages of the site in order: -> main page -> product page -> detail page -> ... That's why I use the "...
Mostafa Azimi's user avatar
0 votes
0 answers
106 views

$visitor = Tracker::currentSession(); return null data

After installing this composer require pragmarx/tracker package successfully when i am going to return $visitor data using above method, it shows null. output: How can i get tracker info?
Mahedi Hasan's user avatar
  • 1,058
0 votes
0 answers
408 views

Close current session for user Laravel

How I can close current session for user? I use this package: https://github.com/antonioribeiro/tracker I can get current session: $visitor = Tracker::currentSession(); But how I can force close ...
Dumitru's user avatar
  • 2,173
0 votes
1 answer
2k views

Laravel Tracker not producing results

I have laravel 5.4, I have installed tracker, but I am not getting results thus far. I’m not sure if my publish statement worked properly as it published migrations but no models. I was wondering if ...
Pete's user avatar
  • 312
0 votes
2 answers
2k views

How to access Tracker (antonioribeiro/tracker) object In Laravel

I am using AntonioRiveiro/Tracker repo for my laravel app. I would like to add some more functionality to it that it doesn't have out of the box. But I can't find where its instance gets created, or ...
Artur Grigio's user avatar
  • 5,533
1 vote
0 answers
183 views

PHP Laravel : Couldn't track device name using antonioribeiro/tracker

I want to track the device name of the user have used for accessing the site. for that I'm using antonioribeiro/tracker But while accessing the device name it's showing Trying to get property of ...
User57's user avatar
  • 2,505
0 votes
0 answers
399 views

In tracker_sessions table in database user_id is showing null

I am using laravel 5.2, in my database in tracker_sessions tables user_id it is not taking user id and geo_ip Even I use the updated link https://github.com/Rainesdave/tracker.git which is include \...
Jackaroo Ng's user avatar
1 vote
1 answer
457 views

Laravel Tracker Package User Model Misses Admin/Authentication Issue

I've installed the laravel tracker package by antonioribeiro from here I also installed the stats panel. When I first went to the panel, it said 'authentication required'. So I searched around and ...
Nertskull's user avatar
  • 493
0 votes
1 answer
2k views

Laravel PragmaRX tracker throwing ErrorException in RepositoryManager.php

I'm trying to add PragmaRX tracker to my Laravel 5.1 application but after have followed the installation instructions on github it doesn't work and on every page that I try to visit I get this: ...
Luca Rinelli's user avatar