TwigView – The CakePHP 2.x way

Graham Weldon (aka Predominant) recently cloned my TwigView repository on GitHub and changed it to be fully 2.x compliant. One important note on his work is that the changes break 1.x support on purpose. So if you are on CakePHP 2.x looking for a Twig plugin, feel free to head over to his repository for now / from now on. It has all the goodies of mine, but is designed for 2.x.

I plan to keep my repo compatible to 1.x for now so don’t worry. I will keep an eye on Grahams port and try to incorporate any additions he may add in the future. I really liked the way he reuses debug values to adjust the core settings for example. Good stuff! When i have the time to work on the plugin again i will merge the two somehow (as a branch or something).

Enjoy!

TL;DR