rompetomp / inertia-bundle

Inertia.js server-side adapter for Symfony
MIT License
152 stars 39 forks source link

Update the Web Debug Toolbar after AJAX requests #18

Closed aleksblendwerk closed 3 years ago

aleksblendwerk commented 3 years ago

InertiaListener now adds the Symfony-Debug-Toolbar-Replace header for AJAX requests when the Kernel runs in debug mode.

As suggested in #14.

rompetomp commented 3 years ago

Thanks Aleks!