Paul Redmond
Paul Redmond
@mikescar Glad you are liking the plugin. Things are still under development so feel free to contribute with pull requests. I am not quite sure how I want to address...
You might also be interested in the [feature/docs](https://github.com/paulredmond/cakephp-twig/tree/feature/docs/Doc) branch which is a start of documentation. It's not complete, but I am going to be adding more in that feature branch...
At the moment, I am completely relying on the custom FileSystemLoader class to find templates instead of the `_getViewFilename()` method. This is a large diversion from CakePHP's built-in view so...
I haven't figured that out yet, but definitely "do whatever you want" open-source :) I might like to have the author info included.
@mikescar I started experimenting with mixing the rendering of .ctp and .twig files in the [experimental/twig-and-ctp](https://github.com/paulredmond/cakephp-twig/tree/experimental/twig-and-ctp) branch. If your layout is a .html.twig file, use `{{ content_for_layout }}` in the...
@akkaweb sweet. I've been focused more on Laravel lately, so I will keep an eye on this PR once you get test coverage and passing CI build I will review...