We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2ab8c commit 6c21223Copy full SHA for 6c21223
1 file changed
vagrant/README.md
@@ -12,7 +12,7 @@ UserFrosting uses the [Laravel/Homestead](https://laravel.com/docs/5.6/homestead
12
* Clone Homestead from the root of your cloned fork of the UserFrosting Git repository
13
14
```sh
15
-git clone https://github.com/laravel/homestead.git vagrant/Homestead
+git clone -b v7.20.0 https://github.com/laravel/homestead.git vagrant/Homestead
16
```
17
18
* Run `vagrant up` from the root of your cloned fork of the UserFrosting Git repository
@@ -127,4 +127,4 @@ $ mysql -uhomestead -psecret UserFrosting < /home/vagrant/userfrosting/userfrost
127
- Username: homestead
128
- Password: secret
129
- Database: UserFrosting
130
-- Port: 5432
+- Port: 5432
0 commit comments