Skip to content

Instantly share code, notes, and snippets.

@mrkhoa99
Last active March 28, 2017 07:58
Show Gist options
  • Save mrkhoa99/72930fc17486d482c16a18717b31d817 to your computer and use it in GitHub Desktop.
Save mrkhoa99/72930fc17486d482c16a18717b31d817 to your computer and use it in GitHub Desktop.
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