Box 'laravel/homestead' could not be found.

vbox
vagrant.box
Homestead
都安裝好的情況下。在homestead目錄下,執行vagrant up出錯

Homestead\scripts\文件夹中,打开homestead.rb文件

打开homestead.rb文件 把

config.vm.box_version = settings["version"] ||= ">= 0.4.0"改为config.vm.box_version = settings["version"] ||= ">= 0"

參考網址:https://www.jianshu.com/p/bc08fbcafc95

转载于:https://www.cnblogs.com/qq917937712/p/11543566.html

你可能感兴趣的:(Box 'laravel/homestead' could not be found.)