Skip to content

Commit

Permalink
Merge pull request laravel#1677 from nicekiwi/5.1
Browse files Browse the repository at this point in the history
Add vagrant provider option for Homestead in VMWare Workstation on Windows
  • Loading branch information
taylorotwell committed Jul 14, 2015
2 parents 92e3fa3 + 198ecf1 commit f60a71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Homestead is currently built and tested using Vagrant 1.7.

Before launching your Homestead environment, you must install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [VMWare](http:https://www.vmware.com) as well as [Vagrant](http:https://www.vagrantup.com/downloads.html). All of these software packages provide easy-to-use visual installers for all popular operating systems.

To use the VMware provider, you will need to purchase both VMware Fusion / Desktop and the [VMware Vagrant plug-in](http:https://www.vagrantup.com/vmware). VMware provides much faster shared folder performance out of the box.
To use the VMware provider, you will need to purchase both VMware Fusion / Workstation and the [VMware Vagrant plug-in](http:https://www.vagrantup.com/vmware). VMware provides much faster shared folder performance out of the box.

#### Installing The Homestead Vagrant Box

Expand All @@ -77,7 +77,7 @@ Once you have cloned the Homestead repository, run the `bash init.sh` command fr

#### Setting Your Provider

The `provider` key in your `Homestead.yaml` file indicates which Vagrant provider should be used: `virtualbox` or `vmware_fusion`. You may set this to whichever provider you prefer:
The `provider` key in your `Homestead.yaml` file indicates which Vagrant provider should be used: `virtualbox`, `vmware_fusion` or `vmware_workstation`. You may set this to whichever provider you prefer:

provider: virtualbox

Expand Down

0 comments on commit f60a71d

Please sign in to comment.