Carlos Lazcano

Results 1 comments of Carlos Lazcano

My solution was in the Login controller: It's not cute but it works hahaha. $visitor = \Tracker::currentSession(); if($visitor) { $visitor->user_id= Auth::user()->id; $visitor->save(); }