DEV Community

Aubrey Portwood
Aubrey Portwood

Posted on

How I configured XDebug 3.x with PHP 7.3, 7.4, 8.0, 8.1, and 8.2 using Valet on Mac

In this video I cover that (and why) I'm moving back to Laravel Valet (with PHP isolation) and how I configured XDebug 3.x in PHP 7.3, 7.4, 8.0, 8.1, and 8.2 easily with a symlinked 99-xdebug.ini (source) file in conf.d/.

Top comments (1)

Collapse
 
aubreypwd profile image
Aubrey Portwood

I did a few changes to how I do this: see dev.to/aubreypwd/how-i-configured-...