PHP 클래스 App\Http\Controllers\Frontend\WelcomeController

상속: extends App\Http\Controllers\Controller
파일 보기 프로젝트 열기: qloog/laravel5-backend

공개 메소드들

메소드 설명
__construct ( ) : void Create a new controller instance.
index ( ) : Response Show the application welcome screen to the user.

메소드 상세

__construct() 공개 메소드

Create a new controller instance.
public __construct ( ) : void
리턴 void

index() 공개 메소드

Show the application welcome screen to the user.
public index ( ) : Response
리턴 Response