這個是5.4版本不支持嗎
Route::get('test/{id}', ['my'=>'DemoController@test']); 前臺報錯 Function () does not exist 但是Route::get('test','DemoController@test');沒問題
Route::get('test/{id}', ['my'=>'DemoController@test']); 前臺報錯 Function () does not exist 但是Route::get('test','DemoController@test');沒問題
2017-07-26
舉報
2017-07-26
函數名不存在???