Last active
February 2, 2017 08:32
-
-
Save songfei1983/177d8421c72bd2e89f15ed370263ca35 to your computer and use it in GitHub Desktop.
install php & mysql & phpcs etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 brew install homebrew/php/php56 | |
51 brew install homebrew/php/php56-mcrypt | |
170 brew install homebrew/php/php56-intl | |
180 brew install homebrew/php/php56-apcu | |
169 brew install icu4c | |
86 brew install mysql | |
114 brew install reattach-to-user-namespace | |
155 brew tap homebrew/services | |
219 brew cask install sublime-text | |
251 brew install php-code-sniffer | |
252 brew install homebrew/php/php-cs-fixer | |
156 brew services start mysql | |
158 brew services list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment