1 comment

[ 0.20 ms ] story [ 11.1 ms ] thread
I 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.