Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,9 @@ If this command fails, you may have an old version of Vagrant that requires the

### Installing Homestead

#### Option 1 - Manually Via Git (No Local PHP)
PHP and [Composer](https://getcomposer.org/) are required to install Homestead.

If you do not want to install PHP on your local machine, you may install Homestead manually by simply cloning the repository. Consider cloning the repository into a `Homestead` folder within your "home" directory, as the Homestead box will serve as the host to all of your Laravel (and PHP) projects:

git clone https://github.com/laravel/homestead.git Homestead

Once you have installed the Homestead CLI tool, run the `bash init.sh` command to create the `Homestead.yaml` configuration file:

bash init.sh

The `Homestead.yaml` file will be placed in your `~/.homestead` directory.

#### Option 2 - With Composer + PHP Tool
#### Composer + PHP Tool

Once the box has been added to your Vagrant installation, you are ready to install the Homestead CLI tool using the Composer `global` command:

Expand Down