Skip to content

Instantly share code, notes, and snippets.

@alexbowers
Last active March 24, 2016 21:38
Show Gist options
  • Save alexbowers/70735baa6c95fd7c0da4 to your computer and use it in GitHub Desktop.
Save alexbowers/70735baa6c95fd7c0da4 to your computer and use it in GitHub Desktop.
Laravel Homestead with Parallels

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:

https://github.com/alexbowers/settler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment