Skip to main content

All Questions

Tagged with
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
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,553
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
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