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
Http
Middleware
IsStalePassword
PHP Class App\Http\Middleware\IsStalePassword
Afficher le fichier
Open project: doptor/doptor
Méthodes publiques
Méthode
Description
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in
Method Details
handle()
public
méthode
Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in
public
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
$request
Illuminate\Http\Request
$next
Closure
Résultat
mixed