在tp中用命令行创建TP的控制器以及模型等的时候出现提示错误
输入命令:
>php think make:controller admin/Abc
或者用命令
>php think run
报错如下:
Could not open input file: think
开始以为是环境变量没配置,后来发现是项目根目录缺少think文件
把think文件放入根目录,问题解决。