Skip to content

Instantly share code, notes, and snippets.

@benfurfie
Created December 29, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfurfie/0b686ea245e677b6aee32f026d763233 to your computer and use it in GitHub Desktop.
Save benfurfie/0b686ea245e677b6aee32f026d763233 to your computer and use it in GitHub Desktop.
New Mac Setup for Web Development

What to install

Homebrew

https://brew.sh/

Packages

brew install mysql@5.7
brew install nginx

brew install php
brew install php@7.2
brew install php@7.3

brew services start [version] // Whichever you want to use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment