Last active
August 21, 2019 08:43
-
-
Save dasbairagya/f10a6fba016ed8d2a1ab45abdcb9b883 to your computer and use it in GitHub Desktop.
#Enable php-xdebug | Linux
This file contains hidden or 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
👉️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