解决Could not open input file: think问题
时间:2018-04-26 10:37:42
收藏:0
阅读:4472
前几天做项目的时候,突然想用命令行创建TP5的控制器以及模型等
输入命令:
>php think make:controller admin/Abc
报错如下:
Could not open input file: think
开始以为是环境变量没配置,后来发现是项目根目录缺少think文件
把think文件放入根目录,问题解决。
原文:https://www.cnblogs.com/blibli/p/8949883.html
评论(0)