PHP 클래스 App\Http\Controllers\PageController

상속: extends Controller
파일 보기 프로젝트 열기: unicodeveloper/laravel-hackathon-starter 1 사용 예제들

공개 메소드들

메소드 설명
api ( ) : mixed Return the api dashboard view listing available apis
contact ( ) : mixed Return the contact page view
home ( ) : mixed Return the homepage view

메소드 상세

api() 공개 메소드

Return the api dashboard view listing available apis
public api ( ) : mixed
리턴 mixed

contact() 공개 메소드

Return the contact page view
public contact ( ) : mixed
리턴 mixed

home() 공개 메소드

Return the homepage view
public home ( ) : mixed
리턴 mixed