Skip to content

Instantly share code, notes, and snippets.

@gogvale
Created September 21, 2022 20:37
Show Gist options
  • Save gogvale/202362f125bd43d45ba5f4008f119aaf to your computer and use it in GitHub Desktop.
Save gogvale/202362f125bd43d45ba5f4008f119aaf to your computer and use it in GitHub Desktop.
;Path: /home/linuxbrew/.linuxbrew/etc/php/8.1/conf.d/ext-xdebug.ini
[xdebug]
zend_extension="xdebug.so"
zend_debugger.allow_hosts=127.0.0.1
zend_debugger.expose_remotely=allowed_hosts
xdebug.idekey=PHPSTORM
xdebug.mode=debug
xdebug.discover_client_host = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment