Skip to content

Instantly share code, notes, and snippets.

@ChandanShakya
Created August 4, 2023 11:00
Show Gist options
  • Save ChandanShakya/61d75373e305eb8e6a73a0196f1176fe to your computer and use it in GitHub Desktop.
Save ChandanShakya/61d75373e305eb8e6a73a0196f1176fe to your computer and use it in GitHub Desktop.
Xdebug enabling for php.ini
zend_extension = xdebug
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9003
xdebug.client_host = localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment