Skip to content

Instantly share code, notes, and snippets.

@adampatterson
Created September 9, 2024 02:29
Show Gist options
  • Select an option

  • Save adampatterson/8619ac5d1cadb98fd2e6fe5391721ba8 to your computer and use it in GitHub Desktop.

Select an option

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 php@8.2
# PHP Extensions
brew install xdebug2@8.2 igbinary@8.2 msgpack@8.2 memcached@8.2 redis@8.2 imagick@8.2 memcached@8.2 redis@8.2 xdebug2@8.3
# 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