PHP Класс Encore\Admin\Middleware\Authenticate

Показать файл Открыть проект

Открытые методы

Метод Описание
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Защищенные методы

Метод Описание
shouldPassThrough ( Illuminate\Http\Request $request ) : boolean Determine if the request has a URI that should pass through verification.

Описание методов

handle() публичный Метод

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
Результат mixed

shouldPassThrough() защищенный Метод

Determine if the request has a URI that should pass through verification.
protected shouldPassThrough ( Illuminate\Http\Request $request ) : boolean
$request Illuminate\Http\Request
Результат boolean