Owl\Http\Controllers\HomeController::index PHP 메소드

index() 공개 메소드

Show the application dashboard to the user.
public index ( ) : Response
리턴 Response
    public function index()
    {
        return view('home');
    }
HomeController