middleware('auth'); を使用していた } /** * アプリケーションのダッシュボードを表示 * 認証後のホーム画面 * * @return \Illuminate\Http\Response */ public function index() { return view('home'); } }