自动化 laravel homestead 以重新加载我的 Homestead.yaml 配置

Automate the laravel homestead to reload my Homestead.yaml configurations

安装homestead并添加框后,配置包含urlhomestead.app

的Homestead.yaml

完成 upssh 后,前往 /etc/nginx/sites-enabled homestead.app 就在那里。

所以我将我的 Homestead.yaml 中的 homestead.app 更改为 site.daison.app 并再次执行 homestead halthomestead up 以及 ssh 只是为了按照我的想法重新加载我的配置。

回到 /etc/nginx/sites-enabled homestead.app 仍然存在。

所以我所做的是使用命令 homestead destroy 销毁我的 homestead 并再次执行 upssh 回到 /etc/nginx/sites-enabled配置 site.daison.app 现已存在。

问题: 有没有办法做到这一点并重新加载我的 homestead 配置而不是破坏它并一次又一次地做事?

转到您创建宅基地的目录。在终端输入

vagrant provision

Homestead 只是一个预定义的 vagrant-box。

文档: http://laravel.com/docs/4.2/homestead#daily-usage