Ubuntu 16.04 PHP7 Xdebug

Ubuntu 16.04 terminal commands sudo apt-get update && sudo apt-get install php-xdebug && php -m && service apache2 restart Note: Using && executes multiple commands one after another. Next To turn on Xdebug and add addtional features, run

Read more