Ok, here you go:
- Destroy your box and remove old version
- Update VirtualBox to 5.1.10 with the extensions if needed
- Update Vagrant to 1.9.1
- Rename you Homestead directory to Homestead-0ld
- Run
vagrant box add laravel/homestead -
cd ~and thengit clone https://github.com/laravel/homestead.git Homestead. Your old Homestead.yaml config file in the .homestead directory will be used by the new install. If you don't want the old file, then rm the .homestead directory before cloning and then runbash init.sh. - Run
vagrant upand that should be it.
After completing that, you should be able to access whatever project links you have in your Homestead.yaml. Some newer commands are vagrant up to start the box and vagrant halt to stop it. vagrant reload to reload the box.
Also, if you want to use mariaDB, then place mariadb: true before authorize in your Homestead.yaml.