thinkphp6:报错:Driver [Think] not supported
一,报错信息:
{
code:422,
msg:"Driver [Think] not supported.",
data:""
}
如图:
问题的原因:使用view这个类但相应的库未安装
二,解决:
安装topthink/think-view这个库即可
[lhdop@blog tpapibase]$ composer require topthink/think-view
说明:刘宏缔的架构森林—专注it技术的博客,
网站:https://blog.imgtouch.com
原文: https://blog.imgtouch.com/index.php/2023/06/29/thinkphp6-bao-cuo-driver-think-not-supported/
代码: https://github.com/liuhongdi/ 或 https://gitee.com/liuhongdi
说明:作者:刘宏缔 邮箱: 371125307@qq.com
三,安装完成后测试打开页面:
页面已可以正常显示
四,查看thinkphp的版本:
[lhdop@blog tpapibase]$ php think version
v6.0.12LTS