Skip to content

Commit 6c21223

Browse files
committed
Lock Homestead version because master is unpredictable
1 parent 5c2ab8c commit 6c21223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vagrant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ UserFrosting uses the [Laravel/Homestead](https://laravel.com/docs/5.6/homestead
1212
* Clone Homestead from the root of your cloned fork of the UserFrosting Git repository
1313

1414
```sh
15-
git clone https://github.com/laravel/homestead.git vagrant/Homestead
15+
git clone -b v7.20.0 https://github.com/laravel/homestead.git vagrant/Homestead
1616
```
1717

1818
* 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
127127
- Username: homestead
128128
- Password: secret
129129
- Database: UserFrosting
130-
- Port: 5432
130+
- Port: 5432

0 commit comments

Comments
 (0)