我试着开始"特使跑..."在控制器中(或稍后的工作)。
到目前为止,这是我的代码:
我得到的只是这个错误:
ProcessFailedException in ForgeController.php line 28: The command "~/.composer/vendor/bin/envoy run updateenv --provider_id=49" failed.
Exit Code: 1(General error)
Working directory: /Users/hoteldatenservice/code/fewoweb
Output:
Valet requires Brew to be installed on your Mac.
Error Output:
Valet and Brew are installed on my Mac.
知道我能做什么吗?
由于
kay899
答案 0 :(得分:0)
// if(exec('brew')==''&&!$ inTestingEnvironment){ // echo'Valet要求在Mac上安装Homebrew。';
// exit(1); //}
来自https://github.com/laravel/valet/blob/master/cli/includes/compatibility.php
$ inTestingEnvironment似乎无法正常工作。