码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp5.1 - twig使用

时间:2019-04-18 12:17:09      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:blank   temp   this   hub   get   https   think   require   target   

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使用

标签:blank   temp   this   hub   get   https   think   require   target   

原文地址:https://www.cnblogs.com/ZhYQ-Note/p/10728759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!