Last active
March 28, 2017 07:58
-
-
Save mrkhoa99/72930fc17486d482c16a18717b31d817 to your computer and use it in GitHub Desktop.
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
Date: March 28 2017 | |
##On Mac: | |
Simple use brew: | |
Firstly install Brew on your MAC | |
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
$ brew update | |
$ brew tap homebrew/dupes | |
$ brew tap homebrew/php | |
$ brew install php70 | |
$ brew install phpunit | |
$ brew install composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment