PHP Class App\Http\Controllers\PageController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Return the api dashboard view listing available apis
public api ( ) : mixed
Résultat mixed

contact() public méthode

Return the contact page view
public contact ( ) : mixed
Résultat mixed

home() public méthode

Return the homepage view
public home ( ) : mixed
Résultat mixed