Issue with running Vagrant in Homestead

假装没事ソ 提交于 2019-12-06 09:18:26

Needed to edit the file at

~/.homestead/Homestead.yaml

instead of

~/Homestead/Homestead.yaml

after that reload it as usual

vagrant reload --provision

Add

~/.composer/vendor/bin

to Your PATH on host machine (not inside vm).

After restart terminal You can use homestead command.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!