ThinkPHP5报错:Call to undefined function captcha_src()
ThinPHP报这个错是因为captcha扩展没有安装,TP5框架生成验证码需要安装captcha扩展,我们遇到这个问题该如何解决?
可以利用composer来安装:composer require topthink/think-captcha=1.*
注意等于号后面的版本根据你使用的框架版本去下载,因为如果不带版本号会默认下载最新的captcha,而有些thinkphp5.0是不支持captcha2.0.2,如下图所示
安装好之后,会在项目根目录下/vendor/多出一些文件夹