首页> 实战笔录 >PHP开发笔记 >ThinkPHP ThinkPHP
tp5 致命错误: Class 'think\route' not found
作者:小萝卜 2021-05-12 【 TP5 】 浏览 2739
简介[0] ThrowableError in route.php line 13 致命错误: Class 'think\route' not found
[0] ThrowableError in route.php line 13
致命错误: Class 'think\route' not found
出现这种错误,首先查看项目 vendor文件夹是否存在。或者文件是否有缺失。
很赞哦! (0)
相关文章
- TP6阿里云OSS上传报SSL certificate problem:unable to get local issuer certificate
- TP5 使用QueryList 常见问题
- tp5 上传文件时怎么让他不自动生成子文件夹?
- TP6/ThinkPHP6修改Session存活时间
- TP5 模型事务操作
- tp6定义模板常量__PUBLIC__,__STATIC__
- TP5 Composer安装JqueryList出错 解决办法
- TP3.2模板内使用U方法详细介绍
- TP6/ThinkPHP6 多应用模式域名串模块的问题
- thinkphp6 使用 jwt 生成 token 中间件验证token