SmartyBundle icon indicating copy to clipboard operation
SmartyBundle copied to clipboard

Smarty3 template engine bundle for Symfony

Results 7 SmartyBundle issues
Sort by recently updated
recently updated
newest added

@vitorbrandao Hi! Do you have plans to add sf5 support? I faced some problems trying to adopt it for sf5. 1. There is no tempting section in framework config, so...

I'm currently migrating a legacy app, it seems the config var "template_dir" is used for smarty, but not for the (symfony) template loader / locator, which makes it impossible to...

Bug

If I don't use a file resource but render a template from the string, smarty creates template_c not in the var/cache/prod/smarty/template_c but in the current directory. Minimal example: ```

It is stated in documentation, that template_dir configuration value may as well be an array of paths, but actually only a single scalar value is accepted, so an InvalidTypeException with...

I've installed SmartyBundle using composer. Everything went fine. But now on composer update I've got: "templating" has a dependency on a non-existent service "templating.engine.smarty"