schranz-templating / templating

A template abstraction prototype for php template engines.
MIT License
24 stars 0 forks source link

Mezzio: Normalize configuration key or stay with framework standards #34

Open alexander-schranz opened 1 year ago

alexander-schranz commented 1 year ago

In Laminas and Symfony bundles we are using e.g. schranz_templating_latte, schranz_templating_mustache as configuration key. In Mezzio we just use latte, mustache, ...

It need to be discussed if we should go Mezzio default which is in there integration twig and plates and so let it as it is. Or go in mezzio also with schranz_templating_latte when we provide configuration.