Show HN: Edge, a Laravel Blade compatible template engine
1–2 of 2 posts
Re: Show HN: Edge, a Laravel Blade compatible template engine
#2I wrote my own Blade compatible template engine many years ago as well.
https://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.