thinkphp5.1 - twig使用

Posted ZhYQ_note

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5.1 - twig使用相关的知识,希望对你有一定的参考价值。

thinkphp5.1 - twig使用
1、安装按照:
https://github.com/yunwuxin/think-twig
Twig Template For ThinkPHP5

安装

composer require yunwuxin/think-twig
使用

配置文件里 template.type=Twig 即可

2、
使用:
public function index()
{
return $this->fetch("index");
}

参考:
其他人写的扩展:https://github.com/wdaglb/thinkphp-twig

以上是关于thinkphp5.1 - twig使用的主要内容,如果未能解决你的问题,请参考以下文章

ThinkPHP5.1设置404页面

thinkphp5.1 的else if的使用方法

thinkphp5 怎么使用单元测试

thinkphp5 怎么使用单元测试

tp5.1 think-qrcode扩展 生成二维码

thinkphp5.1验证