Route::any('/product/info',['path'=>'CatController@info','as'=>'center']);
这种用法已经不支持了吗
我的不好用 版本是5.5.28
Route::any('/product/info',['uses'=>'CatController@info','as'=>'center']);
path? 不是uses吗?