cakephp / twig-view

Twig View for CakePHP
MIT License
13 stars 7 forks source link

Added FilesystemLoader to allow .twig to include and extend files #45

Closed othercorey closed 4 years ago

othercorey commented 4 years ago

The TwigView loader only works with absolute paths from View so we add the default twig FilesystemLoader to handle the internal cases.

This should be easier than maintaining a more complex loader.

othercorey commented 4 years ago

I added a note on the file loading for templates.