Speed Up Homestead on Windows 7

Install vagrant-winnfsd plugin

See vagrant-winnfsd detail about vagrant-winnfsd

1
vagrant plugin install vagrant-winnfsd

Enable ‘nfs’ in the Homestead.yaml

For example,

1
2
3
4
folders:
- map: D:/codes
to: /home/vagrant/code
type: "nfs"

Referencences

  1. How to enable NFS on Laravel Homestead