Slim-Views
Slim-Views copied to clipboard
Slim Framework 2 custom views
Added option to set additional configs directory
Is there a way to set smarty options like "setCaching" or else?
What about require in `composer.json` something like `slim/slim-views-implementation and make specific packages for each template system (including Plates, as suggested in a PR) matching this requirement via`provide`feature of Composer? Exactly...
Hi, I've added possibility of having multiple view directories as it is provided by Smarty itself.
Can you add support for setting multiple templares dirs? Twig already support it, why don't add it to this lib? Simply edit in Slim\Views\Twig: ``` /** * DEPRECATION WARNING! This...
This has worked with the Smarty view from the Slim-Extras repository. Unfortunately the the usage of the data attribute has changed, and the View does no longer work with the...