Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cleanup

Shivam Mathur edited this page Nov 12, 2021 · 2 revisions

Remove PHP packages

  • Remove PHP from the Homebrew Cellar:
rm -rf $(brew --cellar)/php
  • Remove old PHP Launch Agents and daemons, if present:
rm -f ~/Library/LaunchAgents/homebrew.mxcl.php*
rm -f /Library/LaunchAgents/homebrew.mxcl.php*
rm -f /Library/LaunchDaemons/homebrew.mxcl.php*
  • Remove the deprecated homebrew/php tap, if present:
brew untap homebrew/php
  • Remove the deprecated exolnet/deprecated tap, if present:
brew untap exolnet/deprecated
  • Run brew cleanup:
brew cleanup
Clone this wiki locally
Morty Proxy This is a proxified and sanitized view of the page, visit original site.