# Go to the root of your project
cd /path/to/your/project/root
# Enter vagrant
vagrant ssh
# Access the project's files and folders
# This path is what you define in `Homestead.yaml` file if you install laravel homestead per project
cd /home/vagrant/code/places/
# or
cd ~/code/places/
# You can see the contents of the folder through..
ls
# To exit from vagrant execute the next command..
exit