Box 'laravel/homestead' could not be found.

VBox
vagrant.box
Homestead
are installed at this. Under homestead directory, execute vagrant up error

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

打开homestead.rb文件 把

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

Reference website: https://www.jianshu.com/p/bc08fbcafc95

Guess you like

Origin www.cnblogs.com/qq917937712/p/11543566.html