Laravel - Basics and Architecture
You wrote this route in
But visiting
routes/web.php:Route::get('/home', function () {
return view('home');
});But visiting
/home gives a 404 error. What is the likely cause?