Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frederick-greenacademy/13a2158c40c297b657d971ea97c6955e to your computer and use it in GitHub Desktop.
Save frederick-greenacademy/13a2158c40c297b657d971ea97c6955e to your computer and use it in GitHub Desktop.
Install MongoDB on Mac M1
`brew tap mongodb/brew`
`brew update`
`brew install [email protected]`
#install PHP MongoDB extension
`pelc install mongodb`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment