authentication - Laravel - log out specific user -



authentication - Laravel - log out specific user -

i know how log in user, how log out specified user application? there doesn't seem plenty coverage on this.

you can logout specific user logout in laravel 4.2 , using multi auth

/* normal user logout */ auth::user()->logout(); /* admin user logout */ auth::admin()->logout(); /* manager user logout */ auth::manager()->logout();

as made users auth

authentication laravel logout

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -