[Tutorial] How to add Xdebug to Laragon - leokhoa/laragon GitHub Wiki

You can add Xdebug to Laragon easily.

Method 1: Using phpinfo() & Xdebug Wizard

  1. Copy phpinfo() content: http://localhost/?q=info

  2. Paste the copied data to the form in the Xdebug Wizard page https://xdebug.org/wizard.php

  3. Click "Analyse my phpinfo() output", and follow the instructions.

Note: Their instructions will ask for "4. Restart the webserver" but with Laragon, you just need to click the Reload button.