Fresh setup (using brew)
Letβs use brew!
February 12, 2022 β’ Code
Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install node
Install yarn
Install n
npm install -g n
Install php
brew install php #Install latest php
# To Install other versions:
brew install php@7.4
Install composer
brew install composer
Install mysql
brew install mysql