class IndexController extends Controller

Class IndexController

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Properties

protected $ElasticService
protected $LaudatioUtilService
protected $ccBaseUri

Methods

__construct(ElasticsearchInterface $Elasticservice, LaudatioUtilsInterface $laudatioUtils)

IndexController constructor.

Response
index()

Show the application dashboard.

Details

at line 23
__construct(ElasticsearchInterface $Elasticservice, LaudatioUtilsInterface $laudatioUtils)

IndexController constructor.

Parameters

ElasticsearchInterface $Elasticservice
LaudatioUtilsInterface $laudatioUtils

at line 35
Response index()

Show the application dashboard.

Return Value

Response