Skip to content

Instantly share code, notes, and snippets.

@shankar-bavan
Created March 12, 2023 14:36
Show Gist options
  • Save shankar-bavan/7df77daf3ae2c91e0d6601c86f72484e to your computer and use it in GitHub Desktop.
Save shankar-bavan/7df77daf3ae2c91e0d6601c86f72484e to your computer and use it in GitHub Desktop.
Enable XDebug in php.ini

Search for XDebug in the PHP file, if you find the lines below commented uncomment them if you don’t add them.

extension=php_xdebug.dll[XDebug]
xdebug.remote_autostart = 1 
xdebug.remote_enable = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment