二、Windows安装Homestead之管理脚本

1、clone管理脚本
git clone https://github.com/laravel/homestead.git F:\git\Homestead
cd F:\git\Homestead

#因为master不稳定所以切到稳定tag (稳定的情况下可忽略)
git checkout v8.3.0
2、创建 Homestead.yaml 配置文件
./init.bat

如果是本地安装的 homestead.box 版本为0,所以需要修改下面步骤生成的配置文件

/Users/xj/Homestead/scripts/homestead.rb 以下内容

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

你可能感兴趣的:(二、Windows安装Homestead之管理脚本)