Can’t install xdebug on Mac with Homebrew
// Working as of 2023 As homebrew removed the extra php repository containing a version with xdebug already installed, you have to install it manually. Summary brew install <php version> for php update your path pecl install xdebug for xdebug Full step-by-step example # update homebrew brew update # install a version of php, e.g. … Read more