26 Aug, 2016 -
By
Shameer C
When we work as a team, it's insanely difficult for all of us to have the same environment. Some devs may be working on Linux machines whereas others working on Mac/Windows machines. Some dependencies may work on some machines, while others may not...
07 Dec, 2015 -
By
Shameer C
Here is a quick way to install PHP7 on Mac, in three easy steps.
brew update
brew install homebrew/php/php70
export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"
Alternatively you can add export PATH="$(brew --prefix...