Skip to content

Commit

Permalink
🚑 Forgot to mention overriding version check
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Mar 26, 2019
1 parent fb7918b commit 1fd07d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ Then copy the resulting `package.box` file to a usb key and share it at the even
```yaml
box: joindindev
```
1. Open `vendor/laravel/homestead/scripts/homestead.rb` and comment out the following line:
```ruby
config.vm.box_version = settings['version'] ||= '>= 7.0.0'
```
1. Continue where you left of with `vagrant up` "Start the VM".
## Exposing to the web via ngrok
Expand Down

0 comments on commit 1fd07d5

Please sign in to comment.