Foil
Foil copied to clipboard
PHP template engine for native PHP templates
I Get 404 not found error when calling post functions as below PHP Deprecated: Non-static method ------ should not be called statically Did this packages work on PHP 7.1 Did...
https://foilphp.github.io/Foil/ cannot navigate through menu, here the errors in chrome console > Mixed Content: The page at 'https://foilphp.github.io/Foil/' was loaded over HTTPS, but requested an insecure script 'http://yandex.st/highlightjs/7.5/highlight.min.js'. This request...
I got an DNS error from gm.zoomlab.it I suggest use this url that works: http://web.archive.org/web/20170227180224/http://gm.zoomlab.it/2015/template-engines-i-moved-from-love-to-meh-for-plates/
Hi Giuseppe, I've created a simple demo for, apparently, a bug I have found. I have a base template called: baseTemplate ``` aaa ``` I have a second template called:...
Hey @gmazzap. I mentioned you in another WP framework project and in connection was wondering what the status of this templating project is. Feature complete? 0.7 coming some time or...
Hi, I'd love an engine option to echo the output when you call `$this->render()` (instead of `echo $this->render()`. The reason being that it makes things more consistent when used with...
I have the following setup: The layout defines sections: ```html ``` Then there is the template appending some content to the content section of the layout. Some of the content...
Would you consider adding the option to keep some objects as they are? Because when having a complex nested array of data where everything except some certain type of data...
About to start work on a custom block that parses Markdown. A little surprised no one has not done this yet???
I'm passing in Eloquent Collections like so: ``` php $engine->render('index/index', [ 'questions' => $questions, ); ``` If I var_export in the my controller class, the variable is set as an...