Auth logoutOtherDevices manually Laravel
I use Session Driver Database,
If instead of using
Laravel Auth::attempt() cannot save sessions in the database
I am using laravel 11 and I seem to be missing something in the authentication setup.
I updated all user IDs to uuid instead of the default incremental int approach, unfortunately, Auth::attempt() isn’t feeling the vibe.