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…
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…