Skip to content

Instantly share code, notes, and snippets.

@lexbeelen
Last active March 8, 2017 07:42
Show Gist options
  • Save lexbeelen/d5adea0117d533bd1baa7423a0518d2d to your computer and use it in GitHub Desktop.
Save lexbeelen/d5adea0117d533bd1baa7423a0518d2d to your computer and use it in GitHub Desktop.
Laravel Valet PHP Switcher
#!/bin/bash
valet stop
brew unlink php56 php70 php71
sudo killall php-fpm
brew link $1
brew services start $1
valet start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment