Skip to content

Commit 5690847

Browse files
committed
Merge pull request laravel#1261 from deringer/5.0
Add note about destructive nature of running the provision command.
2 parents d88feaa + 51a163f commit 5690847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

homestead.md

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ To connect to your MySQL or Postgres database from your main machine via Navicat
173173

174174
Once your Homestead environment is provisioned and running, you may want to add additional Nginx sites for your Laravel applications. You can run as many Laravel installations as you wish on a single Homestead environment. There are two ways to do this: First, you may simply add the sites to your `Homestead.yaml` file and then run `homestead provision` or `vagrant provision`.
175175

176+
> **Note:** This process is destructive. When running the `provision` command, your existing databases will be destroyed and recreated.
177+
176178
Alternatively, you may use the `serve` script that is available on your Homestead environment. To use the `serve` script, SSH into your Homestead environment and run the following command:
177179

178180
serve domain.app /home/vagrant/Code/path/to/public/directory

0 commit comments

Comments
 (0)