I suppose homestead.yaml is just a configuration for an Vagrant box that has its own Vagrantfile. The right way would be to put it into homestead.yaml since it will pass it down to Vagrantfile. Just look at both files and how they reference each other.
Dec 9, 2018
4
Level 7
How to edit Vagrantfile for Homestead?
Hi guys, I'm getting 100% CPU usage from VBoxHeadless process. After some research, it turns out this setting in Vagrantfile should help:
$enable_serial_logging = false
How do I change this in Homestead? Should I put it to Vagrantfile or Homestead.yaml? And which lines exactly?
Please or to participate in this conversation.