Skip to content

Instantly share code, notes, and snippets.

@adampatterson
Created September 9, 2024 02:29
Show Gist options
  • Save adampatterson/8619ac5d1cadb98fd2e6fe5391721ba8 to your computer and use it in GitHub Desktop.
Save adampatterson/8619ac5d1cadb98fd2e6fe5391721ba8 to your computer and use it in GitHub Desktop.
Basic local PHP environment
# https://brew.sh/
brew tap shivammathur/extensions
# PHP Versions
brew install [email protected]
# PHP Extensions
brew install [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
# Database
brew install mysql
brew install memcached
brew install redis
# Nginx
brew install nginx
# Package Management
brew install composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment