Skip to content

Instantly share code, notes, and snippets.

View OpenSorceress's full-sized avatar

Leah LaSalla OpenSorceress

View GitHub Profile
@OpenSorceress
OpenSorceress / xdebug-mac.md
Created July 2, 2021 19:42 — forked from ankurk91/xdebug-mac.md
php xDebug v3 on Ubuntu/Mac and phpStorm

🪲 Install and Configure xDebug v3 on MacOS for PhpStorm 🐘

  • Assuming that you have already installed php and apache via Homebrew

  • Install xDebug php extension

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

pecl install xdebug