Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MarvinLabs
SetupWizard
Middleware
SetupWizardTrigger
PHP 클래스 MarvinLabs\SetupWizard\Middleware\SetupWizardTrigger
파일 보기
프로젝트 열기: marvinlabs/laravel-setup-wizard
공개 메소드들
메소드
설명
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
,
string
|
null
$guard
= null ) :
mixed
Handle an incoming request.
보호된 메소드들
메소드
설명
redirectToWizard
( )
Redirects to the wizard's first step
메소드 상세
handle()
공개
메소드
Handle an incoming request.
public
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
,
string
|
null
$guard
= null ) :
mixed
$request
Illuminate\Http\Request
$next
Closure
$guard
string
|
null
리턴
mixed
redirectToWizard()
보호된
메소드
Redirects to the wizard's first step
protected
redirectToWizard
( )