Barryvdh\Elfinder\ElfinderController::showIndex PHP Method

showIndex() public method

public showIndex ( )
    public function showIndex()
    {
        return $this->app['view']->make($this->package . '::elfinder')->with($this->getViewVars());
    }