Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question