Can't get current session's database row on Laravel
I am trying to store the user's geolocation information in an extra column on sessions table. I use Fortify for authentication. I created an extra column on sessions table for that. migration: public function up(): void { Schema::table('sessions', function (Blueprint…