PHP Class Someline\Http\Controllers\HomeController

Inheritance: extends BaseController
Show file Open project: someline/someline-starter

Public Methods

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

Method Details

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void

index() public method

Show the application dashboard.
public index ( ) : Illuminate\Http\Response
return Illuminate\Http\Response