Skip to content

Instantly share code, notes, and snippets.

@lexbeelen
Created February 28, 2017 11:31
Show Gist options
  • Save lexbeelen/1f110788b0d79b2b9beedab26075d7f9 to your computer and use it in GitHub Desktop.
Save lexbeelen/1f110788b0d79b2b9beedab26075d7f9 to your computer and use it in GitHub Desktop.
PHP 7.1
valet stop && brew services stop php56 && brew unlink php56 && brew link php71 && brew services start php71 && valet start
PHP 5.6
valet stop && brew services stop php71 && brew unlink php71 && brew link php56 && brew services start php56 && valet start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment