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
2 changes: 1 addition & 1 deletion homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To add Bash aliases to your Homestead box, simply add to the `aliases` file in t

### Launch The Vagrant Box

Once you have edited the `Homestead.yaml` to your liking, run the `homestead up` command from your Homestead directory.
Once you have edited the `Homestead.yaml` to your liking, it is time to boot up your Homestead. If you chose option 1 earlier, run the `vagrant init laravel/homestead` command in your Homestead directory and then the `vagrant up` command to launch. If you installed with option 2 run the `homestead up` command from your Homestead directory.

Vagrant will boot the virtual machine, and configure your shared folders and Nginx sites automatically! To destroy the machine, you may use the `vagrant destroy --force` command.

Expand Down