// File: routes/web.php use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('home'); }); Not Found
404
Not Found