Warning: require(D:\wamp64\www\yytx\public/../thinkphp/start.php): failed to open stream: No such file or directory in D:\wamp64\www\yytx\public\index.php on line 17
使用Composer安装think-captcha扩展包后,发现程序报错,提示start.php文件不存在,发现安装验证码包后,程序自动删除了thinkphp目录下面的start.php和console.php这2个文件。 不知道是否是BUG。