Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
App
Http
Controllers
UserWebController
PHP Class App\Http\Controllers\UserWebController
Inheritance:
extends
Controller
,
use trait
Litepie\User\Traits\Auth\UserManager
ファイルを表示
Open project: lavalite/cms
Class Usage Examples
Protected Properties
Property
Type
Description
$guard
string
The authentication guard that should be used.
$home
string
The home page route of user.
Public Methods
Method
Description
__construct
( )
Method Details
__construct()
public
method
public
__construct
( )
Property Details
$guard
protected_oe property
The authentication guard that should be used.
protected
string
$guard
return
string
$home
protected_oe property
The home page route of user.
protected
string
$home
return
string