From a6e15b57248dc2de80af0e90769b393d93df4af9 Mon Sep 17 00:00:00 2001 From: dan eisner Date: Mon, 14 Jan 2019 13:21:33 -0500 Subject: [PATCH] issue #4905 clearer sites example config --- homestead.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homestead.md b/homestead.md index 9280c3076ce..9bd216c18a5 100644 --- a/homestead.md +++ b/homestead.md @@ -170,7 +170,7 @@ Not familiar with Nginx? No problem. The `sites` property allows you to easily m sites: - map: homestead.test - to: /home/vagrant/code/Laravel/public + to: /home/vagrant/code/my-project/public If you change the `sites` property after provisioning the Homestead box, you should re-run `vagrant reload --provision` to update the Nginx configuration on the virtual machine. @@ -331,7 +331,7 @@ Once your Homestead environment is provisioned and running, you may want to add sites: - map: homestead.test - to: /home/vagrant/code/Laravel/public + to: /home/vagrant/code/my-project/public - map: another.test to: /home/vagrant/code/another/public @@ -349,7 +349,7 @@ Homestead supports several types of sites which allow you to easily run projects sites: - map: symfony2.test - to: /home/vagrant/code/Symfony/web + to: /home/vagrant/code/my-symfony-project/web type: "symfony2" The available site types are: `apache`, `apigility`, `expressive`, `laravel` (the default), `proxy`, `silverstripe`, `statamic`, `symfony2`, `symfony4`, and `zf`. @@ -361,7 +361,7 @@ You may add additional Nginx `fastcgi_param` values to your site via the `params sites: - map: homestead.test - to: /home/vagrant/code/Laravel/public + to: /home/vagrant/code/my-project/public params: - key: FOO value: BAR @@ -388,7 +388,7 @@ If you would like the `schedule:run` command to be run for a Homestead site, you sites: - map: homestead.test - to: /home/vagrant/code/Laravel/public + to: /home/vagrant/code/my-project/public schedule: true The Cron job for the site will be defined in the `/etc/cron.d` folder of the virtual machine. @@ -495,7 +495,7 @@ Homestead 6 introduced support for multiple versions of PHP on the same virtual sites: - map: homestead.test - to: /home/vagrant/code/Laravel/public + to: /home/vagrant/code/my-project/public php: "5.6" In addition, you may use any of the supported PHP versions via the CLI: