class HomeController extends Controller

Class HomeController.

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

void
__construct()

Create a new controller instance.

Response
index()

Show the application dashboard.

Details

at line 20
void __construct()

Create a new controller instance.

Return Value

void

at line 30
Response index()

Show the application dashboard.

Return Value

Response