You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create site (PHP_VERSION and SITE_NAME is optional)
sudo valet phpbrew:link [PHP_VERSION] [SITE_NAME]
# list sites created by phpbrew:link
sudo valet phpbrew:links
# unlink site (SITE_NAME is optional)
sudo valet phpbrew:unlink [SITE_NAME]
Uninstall
# remove extension register file
rm $HOME/.config/valet/Extensions/phpbrew-ext.php
# remove global dependency
composer global remove zhwei/valet-phpbrew-ext