K
K
kiron2782019-02-03 18:02:28
Vagrant
kiron278, 2019-02-03 18:02:28

Where are the Homestead shared files on the host?

installed Homestead for Laravel.
This is what my homestead.yaml looks like:
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: c:/Users/User/.ssh/id_rsa.pub
keys:
- c:/Users/User/.ssh /id_rsa
folders:
- map: c:/Users/User/code
to: /home/vagrant/code
sites:
- map: homestead.test
to: /home/vagrant/code/laravel/public
databases:
- homestead
Launched vagrant, root directory is empty. Created a code folder via bash and installed Laravel there. The site opens at the specified address. But I don't understand where my project files are located locally.
5c570251d5311706688431.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question