row-bloom / row-bloom

Powerful and extensible library to render tabular data into templates and generate PDFs
https://github.com/row-bloom/row-bloom/wiki
MIT License
2 stars 0 forks source link

[BladeInterpolator] (External) #11

Open medilies opened 1 year ago

medilies commented 1 year ago

Depends directly on illuminate/view, no wrapper library.

Illuminate\View\Compilers\BladeCompiler::render($template, $data);

Inspirations:

medilies commented 1 year ago

This issue made me dislike Blade. This is just a templating engine, and supposedly can work outside of the framework, so why am I obliged to instantiate 5 other classes, use IoC, and worst of all use File IO instead of being able to just input the template a string with data and receive HTML as output ðŸ˜