How to Logout a User from the Current Device in Laravel 11
In this lesson, we will see how to logout a user from the current device in Laravel 11, sometimes you want to logout a user from the app only on the current device so how can we do that?
Logout a user from the current device
To do that use the code below:
auth()->logoutCurrentDevice();