分からないこと
エラー解決したい。
<エラー文>
Facade\Ignition\Exceptions\ViewException Route [logout] not defined. (View: /Users/~~~
現状
Laravelの環境構築が終わり、ヘッダー部分だけ表示させてみようとしたのですが、上記のエラーが発生しました。
解決法を教えてください。
試したこと
・サーバ再起動
・ルーティング確認
web.php
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/', function () { return view('top'); // この行を編集 }); Route::get('/home', 'HomeController@index')->name('home');
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。