PHP Class Encore\Admin\Middleware\Authenticate

Afficher le fichier Open project: z-song/laravel-admin

Méthodes publiques

Méthode Description
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Méthodes protégées

Méthode Description
shouldPassThrough ( Illuminate\Http\Request $request ) : boolean Determine if the request has a URI that should pass through verification.

Method Details

handle() public méthode

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
Résultat mixed

shouldPassThrough() protected méthode

Determine if the request has a URI that should pass through verification.
protected shouldPassThrough ( Illuminate\Http\Request $request ) : boolean
$request Illuminate\Http\Request
Résultat boolean