此行执行时
$process = new Process('php artisan api:generate --routePrefix="v1" --header="Authorization: Bearer '. $token. '" --router="dingo" --force --output documentation --bindings="user,1|city,London|date,2009-01-01"');
显示此错误
“-routePrefix”选项不存在