barryvdh / laravel-debugbar

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

Upstream twig extensions #1599

Closed erikn69 closed 6 months ago

erikn69 commented 6 months ago

It would be an idea to remove a lot of code, and php-debugbar already left behind the old syntax

632

https://github.com/rcrowe/TwigBridge/blob/4c256648cdc436fdd223e08ab1b8605b6fe75896/composer.json#L18-L19

barryvdh commented 6 months ago

Is the compatibe with the old version? Or are user changes required.

erikn69 commented 6 months ago

It should be fully compatible, I gave it a quick check with https://github.com/rcrowe/TwigBridge and it didn't give me any problems

works with the same commands/tags

barryvdh commented 6 months ago

Hmm I don't it always works, because of the order. The collectors are not added yet in the case I'm trying. See https://github.com/barryvdh/laravel-debugbar/pull/1600