“comment installer xdebug” Réponses codées

xdebug ubuntu

sudo apt install php-xdebug
Matthijsmgj

PHP Installer Xdebug Mac

# intel hardware
pecl install xdebug

# M1 hardware
arch -x86_64 sudo pecl install xdebug
Sleepy Squirrel

Comment installer xdebug sur Windows

// download:
https://xdebug.org/wizard.php

// run command in terminal:
php -i

// and follow below link:
https://www.dorusomcutean.com/install-xdebug-windows-phpstorm/
Mappy Show

comment installer xdebug

install with https://github.com/xdebug/xdebug

or

sudo apt install php-xdebug
Nutty Nightingale

Réponses similaires à “comment installer xdebug”

Questions similaires à “comment installer xdebug”

Plus de réponses similaires à “comment installer xdebug” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code