thinkphp6.0 开启调试模式

 

  1. 首先确认自己是通过 composer 进行的下载,然后修改系统目录下的 .example.env.env 文件
  2. 修改 config->app.php 的 ‘show_error_msg’ => true

 


 

使用模板报错 Driver [Think] not supported.

 

解决方法:

在项目目录下使用composer,输入以下命令:

composer require topthink/think-view

 

相关文章:

  • 2021-07-02
  • 2021-11-03
  • 2021-09-28
  • 2021-10-23
  • 2021-10-06
  • 2021-09-26
  • 2021-10-02
猜你喜欢
  • 2021-04-11
  • 2022-01-13
  • 2021-07-16
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
相关资源
相似解决方案