Show HN: Edge, a Laravel Blade compatible template engine (github.com) 7 points by asika32764 9y ago ↗ HN
[–] crodas 9y ago ↗ I wrote my own Blade compatible template engine many years ago as well.https://github.com/crodas/SimpleViewIt can compile the templates and generate a single PHP file, without needing any runtime at all.I believe the simplicity of Blade is amazing.
1 comment
[ 0.20 ms ] story [ 11.1 ms ] threadhttps://github.com/crodas/SimpleView
It can compile the templates and generate a single PHP file, without needing any runtime at all.
I believe the simplicity of Blade is amazing.