Last active
May 8, 2024 04:12
-
-
Save amenpunk/3e68bed99a4d6a67e851597ddf350b23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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