PHP Class app\http\controllers\PageController

Inheritance: extends Controller
Show file Open project: unicodeveloper/laravel-hackathon-starter Class Usage Examples

Public Methods

Method Description
api ( ) : mixed Return the api dashboard view listing available apis
contact ( ) : mixed Return the contact page view
home ( ) : mixed Return the homepage view

Method Details

api() public method

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

contact() public method

Return the contact page view
public contact ( ) : mixed
return mixed

home() public method

Return the homepage view
public home ( ) : mixed
return mixed