Someline\Http\Controllers\HomeController::index PHP Method

index() public method

Show the application dashboard.
public index ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function index()
    {
        return view('home');
    }
HomeController