Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
App
Http
Controllers
PageController
PHP Class App\Http\Controllers\PageController
Inheritance:
extends
Controller
Exibir arquivo
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