Using Modules Folders - mcuyar/station GitHub Wiki

The folders module is a global module for mapping folders from your host system to the file system on the virtual machine.

The folder mapping module is based on Laravel Homesteads and uses the same configuration parameters as Homestead, but also includes all options available with vagrants synced folders.

Note: Folders will only be synced on vagrant up or vagrant reload command.

folders:
  - map: ~/Sites
    to: /var/www
    create: true
    disabled: false
    group: vagrant
    owner: vagrant
    type: nfs