PHP Class Someline\Http\Controllers\HomeController

Inheritance: extends BaseController
Afficher le fichier Open project: someline/someline-starter

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new controller instance.
index ( ) : Illuminate\Http\Response Show the application dashboard.

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( ) : void
Résultat void

index() public méthode

Show the application dashboard.
public index ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response