我们有很多路线,例如:
Route::get('/','WebController@index');
当我想跳转到函数时,我必须:
WebController
index()
是否可以一步从路由定义跳转到函数?
phpstorm laravel
laravel ×1
phpstorm ×1