- Use the following configurations in your
php.ini
[xDebug]
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so
xdebug.remote_enable = 1
xdebug.remote_autostart=on
xdebug.idekey = "PHPSTORM"
xdebug.remote_log= /var/log/xdebug.log
See Stackoverflow - Configure xdebug for more infos
- Install the chrome plugin and set the IDE-Key to
PHPSTORM