Homestead.yaml

On Windows:

ip: “192.168.10.10”
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
    – ~/.ssh/id_rsa
folders:
    – map: C:\Users\Sergej\code
      to: /home/vagrant/code
      type: “nfs”
sites:
    – map: sample.test
      to: /home/vagrant/code/sample/public
    – map: test1.test
      to: /home/vagrant/code/test1.test
   # notepad c:\windows\system32\drivers\etc\hosts
databases:
    – sample_db
features:
    – mysql: true

Was this article helpful?

Related Articles

Leave A Comment?