schranz-templating / templating

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

Refractor Spiral View Integration using ViewManager #60

Closed alexander-schranz closed 1 year ago

alexander-schranz commented 1 year ago

This will refractoring the SpiralViewRenderer using the ViewManager this way the ViewManager decides which templates to be rendered. Which will automatically add supports for Stempler template engine which is the default one for Spiral.

fixes #55