Skip to content

Instantly share code, notes, and snippets.

View anuragsarkar's full-sized avatar
🎯
Focusing

Anurag Sarkar anuragsarkar

🎯
Focusing
View GitHub Profile
@anuragsarkar
anuragsarkar / xdebug-mac.md
Created June 5, 2019 09:22 — forked from ankurk91/xdebug-mac.md
php xDebug on Ubuntu/Mac and phpStorm 2018

🪲 Install and Configure xDebug on MacOS for PhpStorm 🐘

⚠️ This guide only applies to Homebrew v1.6+

  • Check your version brew --version before proceeding

  • Assuming that you have already installed php and apache via Homebrew v1.6+

  • Install xDebug php extension

pecl channel-update pecl.php.net
pecl clear-cache