我的 laravel 返回 404 页面,除了“/”之外的所有页面都找不到。以下是我的路线。
Route::get('/', function () {
return view('welcome');
});
Route::get('/hello', function () {
return '<h1>Hello World</h1>';
});
这是我的网址
http://localhost/cultural-heritagedp/public/hello
我的 laravel 返回 404 页面,除了“/”之外的所有页面都找不到。以下是我的路线。
Route::get('/', function () {
return view('welcome');
});
Route::get('/hello', function () {
return '<h1>Hello World</h1>';
});
这是我的网址
http://localhost/cultural-heritagedp/public/hello