Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Last active August 21, 2019 08:43
Show Gist options
  • Save dasbairagya/f10a6fba016ed8d2a1ab45abdcb9b883 to your computer and use it in GitHub Desktop.
Save dasbairagya/f10a6fba016ed8d2a1ab45abdcb9b883 to your computer and use it in GitHub Desktop.
#Enable php-xdebug | Linux
👉️sudo apt-get install php-xdebug
👉️sudo nano etc/php/7.2/apache2/php.ini
add xdebug.remote_enable=on
👉️xdebug.remote_enable=on
👉️sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment