1. Install PHP through Homebrew
brew install php
1
  1. Install Xdebug
brew install shivammathur/extensions/xdebug
1
  1. Verify the installation
php -v
1
  1. Update Xdebug configuration
[xdebug]
...
xdebug.mode=debug
xdebug.start_with_request=trigger
xdebug.client_port=9003
1
2
3
4
5

Powered by VuePress
Copyright 2010-2024 Thai Nguyen Hung all rights reserved.