App\Http\Controllers\PageController::home PHP Method

home() public method

Return the homepage view
public home ( ) : mixed
return mixed
    public function home()
    {
        return view('welcome');
    }