Laravel:在Controller中使用envoy时出错

时间:2017-02-04 06:31:58

标签: laravel laravel-5 laravel-envoy

我试着开始&#​​34;特使跑..."在控制器中(或稍后的工作)。

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

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.

知道我能做什么吗?

由于

kay899

1 个答案:

答案 0 :(得分:0)

kay899,你在运行代客吗?我遇到过同样的问题。我唯一的解决方法是评论:

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

// exit(1); //}

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

$ inTestingEnvironment似乎无法正常工作。