1

I installed composer and this works ok.

I installed the homestead command using this command:

composer global require "laravel/homestead=~2.0"

I change this on my .zshrc file

export PATH="~/.composer/vendor/bin:$PATH"

Everything works ok, apparently. But when I run the homestead command I get this:

cd:cd:13: no such file or directory: /Users/my_user/Laravel/Homestead

What can I do? Help please!!

4

1 回答 1

0

这是一个新手错误。

问题是我有一个别名宅基地。所以系统在命令 homestead 之前运行 alias。

于 2015-06-16T18:28:59.003 回答