barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
16.57k stars 1.53k forks source link

HTMX support #1629

Closed rojtjo closed 3 weeks ago

rojtjo commented 3 weeks ago

These changes prevent duplicate debugbar instances on HTMX requests. It excludes requests that do not have a target since they replace the whole body by default.