Hello, What is the best way to logout specific user in Laravel?
Auth::logout()
will just logout the current user, but how about specific user? where admin can disconnect a specific user if he wish to.
Thanks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community