I am trying to install Laravel 5.2 and I got to the point where I am configuring homestead.yaml file. I understand that /home/vagrant/Code/Laravel/public is where my project files should be located:
sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
I am on Windows 7 and I can't find where this /home folder is. Does anyone know where it is? Or is my laravel project located in another folder?