skip to Main Content

Laravel 8 : Route [welcome] not defined

I am trying to add a new blade before the login screen. The welcome.blade. So I created the welcome.blade.php under views added the route in web.php : Route::get('/', function () { return view('welcome'); })->name('welcome'); Updated the Authenticate.php middleware in order…

VIEW QUESTION
Back To Top
Search