routes.php文件:
<?php
use App\Task;
use Illuminate\Http\Request;
Route::get('/test/', function () {
return "Hello World";
});
的nginx /位点可用/默认值:
...
location / {
try_files $uri $uri/ /index.php$query_string;
}
RouteCollection.php中的NotFoundHttpException(第179行)