سلام
من با php artisan make:auth فرم احراز هویت رو ساختم.
توی RegisterController, $redirectTo رو برابر '/' و توی loginController رو همین کارو کردم.
توی میدلور redirectIfAuthenticated هم درستش کردم:
if (Auth::guard($guard)->check()) {
return redirect('/');
}
و
در اخر بلید home.blade رو پاک کردم
اینم روت هام:
Auth::routes();
Route::get('logout', 'Auth\LoginController@logout')->name('logout');
Route::get('/', "HomeController@index");
ولی با ارور View [home] not found مواجه میشم
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟