ThinkPHP6:Driver [Think] not supported.
Posted 时光-ing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ThinkPHP6:Driver [Think] not supported.相关的知识,希望对你有一定的参考价值。
报错:Driver [Think] not supported.
原因分析: 视图功能由 \\think\\View 类配合视图驱动(也即模板引擎驱动)类一起完成,新版仅内置了php原生模板引擎(主要用于内置的异常页面输出),如果需要使用其它的模板引擎需要单独安装相应的模板引擎扩展。
解决方法: 如果需要使用 think-template 模板引擎,只需要安装 think-view 模板引擎驱动。
composer require topthink/think-view
以上是关于ThinkPHP6:Driver [Think] not supported.的主要内容,如果未能解决你的问题,请参考以下文章