Skip to content

Instantly share code, notes, and snippets.

@amenpunk
Last active May 8, 2024 04:12
Show Gist options
  • Save amenpunk/3e68bed99a4d6a67e851597ddf350b23 to your computer and use it in GitHub Desktop.
Save amenpunk/3e68bed99a4d6a67e851597ddf350b23 to your computer and use it in GitHub Desktop.
configure php xdebug on nvim
php.ini
zend_extension=xdebug
xdebug.mode = debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9000
docker run -d --network host --name=devenv -v $HOME/workspace/:/var/www/html -it amenpunk/codeigniter-nginx:2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment