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!!