vi Homestead.yaml
folders:
- map: ~/code
to: /home/vagrant/code
- map: ~/pmd
to: /home/vagrant/pmd
sites:
- map: i.cn
to: /home/vagrant/code/public
- map: pmd.com
to: /home/vagrant/pmd
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
vi /etc/hosts
127.0.0.1 pmd.com
- 1