Class 'phpmailer\PHPMailer' not found
Class 'wxpay\NativePay' not found
Class 'PHPExcel' not found
Class 'Ren\Nanren' not found
Class 'Assetic\Asset\AssetCollection' not found
等等这样的bug.
出现这列情况的原因一般如下:
1 类文件不存在,(这个可能性第一点)
2 类文件名称与类名不一致。(要看仔细一点)
3 类文件没有使用正确的命名空间;
4 thinkphp对于第三方库使用,需要加根命名空间符号。比如: $mail = new \PHPMailer();
5 其他带补充
更多内容访问:http://b.izhangbo.cn/info/5988076a53c6d.html
最佳答案