学习laravel总结中...
1,安装homestead :mac环境
https://learnku.com/docs/laravel-development-environment/5.5/development-environment-macos/937
问题:安装虚拟机mac高版本会报错,要去系统偏好里面设置安全与隐私,百度问题可以解决。
2,问题:
==> homestead-7: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> homestead-7: flag to force provisioning. Provisioners marked to run always will still run.
方法1 :https://blog.csdn.net/weixin_38468437/article/details/80458329
方法2 :这个问题说明虚拟机已经运行 直接vagrant ssh 进入。