rompetomp / inertia-bundle

Inertia.js server-side adapter for Symfony
MIT License
153 stars 41 forks source link

Update the Web Debug Toolbar after AJAX requests #18

Closed aleksblendwerk closed 4 years ago

aleksblendwerk commented 4 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 4 years ago

Thanks Aleks!