tp5.1 'think\Container' not found
第一次使用5.1,刚Git下来,提示Fatal error: Class 'think\Container' not found是我哪里操作不对吗原因:核心代码版本不对解决:由于目前仓库默认分支不是5.1版本,你需要切换到5.1分支(首先进入thinkphp目录后执行下面的命令)打开进入这个文件夹git checkout 5.1参考:https://b...
·
第一次使用5.1,刚Git下来,提示Fatal error: Class 'think\Container' not found
是我哪里操作不对吗
原因:核心代码版本不对
解决:
由于目前仓库默认分支不是5.1版本,你需要切换到5.1分支(首先进入thinkphp目录后执行下面的命令)
打开进入这个文件夹
git checkout 5.1
参考:
https://blog.csdn.net/qq_41654694/article/details/100985935
http://www.thinkphp.cn/topic/57325.html
更多推荐
已为社区贡献5条内容
所有评论(0)