Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
app
main
controllers
AuthController
logout
app\main\controllers\AuthController::logout PHP Méthode
AuthController Class Documentation
Afficher le fichier
Open project: phalconslayer/slayer
logout()
public
méthode
GET, POST | This logouts the current session logged-in.
public
logout
( ) :
mixed
Résultat
mixed
public function logout() { auth()->destroy(); return redirect()->to(route('showLoginForm')); }
AuthController
activateUser
attemptToLogin
initialize
logout
showLoginForm
showRegistrationForm
storeRegistrationForm