Sorry, the page you are looking for could not be found.
Route::any('multy1',function(){
return 'route any ';
});
Route::get('user/{$id}',function($id){
return 'ueer_'.$id;
});
却出现NotFoundHttpException in RouteCollection.php line 161:
输入http://www.test.com/multy1可以正常显示