» Synced Folders

Synced folders enable Vagrant to sync a folder on the host machine to theguest machine, allowing you to continue working on your project's fileson your host machine, but use the resources in the guest machine tocompile or run your project.

By default, Vagrant will share your project directory (the directorywith the Vagrantfile) to /vagrant.

Read the basic usage page to get startedwith synced folders.