CI 框架使用 composer 报错 Class 'Mpdf\Mpdf' not found

我的 CI 版本 :

const CI_VERSION = '3.1.8';

我做的事情 :
在 config 配置文件中设置 :

$config['composer\_autoload'] = true;  

在 index.php 入口文件中引入 :

$_SERVER['DOCUMENT_ROOT'] . '/application/vendor/autoload.php';

在业务文件中使用

$m = new \Mpdf\Mpdf();

发生了以下错误 ,下面是我的报错信息

#### An uncaught Exception was encountered

Type: Error

Message: Class 'Mpdf\\Mpdf' not found

Filename: /var/www/welcrm/public\_html/welcrm/application/helpers/pdf\_helper.php

Line Number: 324

Backtrace:

File: /var/www/welcrm/public\_html/welcrm/application/controllers/Estimate.php  
Line: 62  
Function: estimate\_pdf3

File: /var/www/welcrm/public\_html/welcrm/index.php  
Line: 328  
Function: require\_once

本人绝非伸手党 ,已尝试过百度谷歌上的各种方案 。
帮忙解决问题的老哥发 20 元红包 ,一点小心意 ,感激不尽。
感谢每个回答问题的人 !

阅读 5.3k
1 个回答

CI3手册上有介绍如何引入自动加载,可以按照官方手册来:自动加载资源

推荐问题
宣传栏