Skip to content

Instantly share code, notes, and snippets.

View legomolina's full-sized avatar

Cristian Molina legomolina

View GitHub Profile
@legomolina
legomolina / xdebug-php.md
Last active July 5, 2018 20:26 — forked from ankurk91/xdebug-mac.md
php xDebug on Ubuntu/Mac and phpStorm 2017

🪲 Install and Configure xDebug on Ubuntu/Mac and PhpStorm 🐘

  • Assuming that you have already installed php and apache
  • Install xDebug php extension
# Ubuntu 16.04, php 7.0
sudo apt-get install php-xdebug

# Ubuntu 14.04, php 5.6 
sudo apt-get install php5-xdebug