在使用ThinkPHP8模板渲染输出到页面包如下错误:
Driver [Think] not supported.
throw new InvalidArgumentException("Driver [$type] not supported.");
解决这个问题,用composer安装下think-view就能解决了
composer require topthink/think-view
在使用ThinkPHP8模板渲染输出到页面包如下错误:
Driver [Think] not supported.
throw new InvalidArgumentException("Driver [$type] not supported.");
解决这个问题,用composer安装下think-view就能解决了
composer require topthink/think-view
扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://tpxhm.com/adetail/1069.html
简忆博客
勤于学习,乐于分享
文章评论(0)