PHP 클래스 App\Http\Controllers\AdminWebController

상속: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
파일 보기 프로젝트 열기: lavalite/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$guard string The authentication guard that should be used.
$home string The home page route of admin.

공개 메소드들

메소드 설명
__construct ( )
home ( ) : Illuminate\Http\Response Show admin dashboard.
lock ( ) : Illuminate\Http\Response Show locked screen.
masters ( ) : Illuminate\Http\Response Show master table lists.
profile ( ) : Illuminate\Http\Response Show admin dashboard.
reports ( ) : Illuminate\Http\Response Show reports homepage.

메소드 상세

__construct() 공개 메소드

public __construct ( )

home() 공개 메소드

Show admin dashboard.
public home ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

lock() 공개 메소드

Show locked screen.
public lock ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

masters() 공개 메소드

Show master table lists.
public masters ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

profile() 공개 메소드

Show admin dashboard.
public profile ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

reports() 공개 메소드

Show reports homepage.
public reports ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

프로퍼티 상세

$guard 공개적으로 프로퍼티

The authentication guard that should be used.
public string $guard
리턴 string

$home 공개적으로 프로퍼티

The home page route of admin.
public string $home
리턴 string