Created
September 9, 2024 02:29
-
-
Save adampatterson/8619ac5d1cadb98fd2e6fe5391721ba8 to your computer and use it in GitHub Desktop.
Basic local PHP environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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