0

我尝试在控制器(或以后的作业)中启动“特使运行...”。

到目前为止,这是我的代码:

https://laravel.io/bin/Xy207

我得到的只是这个错误:

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.

知道为什么我能做到吗?

谢谢

凯899

4

1 回答 1

0

kay899,你在代客吗?我遇到过同样的问题。我唯一的解决方法是注释掉:

// if (exec('which brew') == '' && !$inTestingEnvironment) { // echo 'Valet 需要在你的 Mac 上安装 Homebrew。';

// 退出(1); // }

来自https://github.com/laravel/valet/blob/master/cli/includes/compatibility.php

$inTestingEnvironment 似乎不起作用。

于 2017-02-19T05:08:24.630 回答