Debugging PHP with Xdebug
By using Xdebug's ability to visualize the state of your application, step through its execution, and evaluate functions, you can debug like never before. Nathaniel Schweinberg's series covers installing Xdebug on Trellis, MAMP, and Laravel Valet and configuring both PHPStorm and Visual Studio Code.