André Amorim

Crafting Web Experiences


//

Install Git, PHP, NVM, Yarn and Composer with Homebrew

Homebrew Installation: https://brew.sh

Git Installation:

brew install git

PHP Installation:

brew unlink [email protected] 
brew install [email protected] 
php -v

NVM Installation:

brew install nvm

Then check the docs here: https://formulae.brew.sh/formula/nvm

Yarn Installation:

brew unlink [email protected] 
brew extract --version 1.22.18 yarn homebrew/cask 
brew install [email protected]
yarn -v

Composer Installation:

brew unlink [email protected] 
brew extract --version 2.1 composer homebrew/cask 
brew install [email protected]

Published date:

Modified date: