PHP 클래스 Encore\Admin\Middleware\Authenticate

파일 보기 프로젝트 열기: z-song/laravel-admin

공개 메소드들

메소드 설명
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