2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Laravel Homestead】Homestead.yamlの変更したらvagrant reload

Posted at

メモとして残します。

先日、こんなことがあった。。
【Laravel Homestead】Homestead.yamlがを修正して、再度Vagran Upで起動したが反映されない?
しかし、めちゃくちゃ優しい方が、コメントでもっと簡単な方法を教えてくださいました。
簡単な方法というよりは、

Homestead.yamlを変更してからVagrant destoryをして、Vagrant upをしてましたが、reloadというコマンドをすればいいと、コメントをいただきました。

■対処法

vagrant reload --provision

■おわりに

今回はHomesteadを例に出しましたが、
VCCWだったら、site.ymlの変更時にもこの方法で反映させるみたいですね。。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?