Laravel宅基地每个项目安装(流浪者错误)

时间:2017-09-18 13:59:54

标签: laravel vagrant homestead

我创建了一个带有Homestead每个项目安装的Laravel项目。之后我将它推送到git存储库https://github.com/FELPONE/Laravel-Rate-Limit.git

现在我正在尝试在另一台机器上初始化同一个项目。我已从repo克隆了该项目,但当我开始流浪时,我收到错误:

加载Vagrantfile时出错。正在加载的文件 和错误消息如下所示。这通常是由 语法错误。

Path: /home/yourname/Desktop/rate-limit/Vagrantfile
Line number: 0
Message: LoadError: cannot load such file -- /home/yourname/Desktop/rate-limit/vendor/laravel/homestead/scripts/homestead.rb

正确设置它的正确步骤是什么?

1 个答案:

答案 0 :(得分:-1)

您需要运行make命令。

php vendor/bin/homestead make

更多信息:

https://laravel.com/docs/5.5/homestead#per-project-installation