# This installs an auto upgrade mechanism to VirtualBox Guest Adittions
vagrant plugin install vagrant-vbguest
# This installs a bridge to NFS for Vagrant on Windows
vagrant plugin install vagrant-winnfsd
# From Laravel Homestead Documentation:
# - When using NFS, you should consider installing the vagrant-bindfs plug-in.
# This plug-in will maintain the correct user / group permissions for files
# and directories within the Homestead box.
vagrant plugin install vagrant-bindfs
###########################################
### PLEASE UPDATE YOUR HOMESTEAD.YAML ###
### FILE ACCORDINGLY (CHECK FILE BELOW) ###
### BEFORE RUNNNING COMMAND BELOW ###
###########################################
vagrant reload --provision