Skip to content

Instantly share code, notes, and snippets.

@playmono
Last active September 9, 2020 12:18
Show Gist options
  • Save playmono/1d5d62e3e47442d4c3a4ed10445146a2 to your computer and use it in GitHub Desktop.
Save playmono/1d5d62e3e47442d4c3a4ed10445146a2 to your computer and use it in GitHub Desktop.
phpstan globally
wget -O phpstan.phar https://github.com/phpstan/phpstan/raw/master/phpstan.phar
chmod a+x phpstan.phar
sudo mv phpstan.phar /usr/local/bin/phpstan
phpstan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment