This documentation is related to this box (https://atlas.hashicorp.com/alexbowers/boxes/homestead-parallels) on Homestead.
Homestead should be setup and cloned as per the documentation:
https://laravel.com/docs/5.2/homestead
The documentation for this may change over time, but at the time of writing this involves:
cd ~
git clone https://github.com/laravel/homestead.git Homestead
cd ~/Homestead
bash init.sh
This creates a ~/.homestead folder with some stuff in it.
You will want to edit the ~/.homestead/Homestead.yaml file.
Change the provider to parallels
and add a new line: box: alexbowers/homestead-parallels
This will then use the homestead-parallels box.
Now you can run vagrant up
inside of the ~/Homestead
folder and homestead will work as expected on Parallels.
If you have any issues with the Parallels box, or the box has become outdated (versions should match with Taylors Official Builds), then let me know on: