我是 cakephp 新手,我想在 extern 类(存在于 webroot 目录中)中使用一些方法(在供应商目录中存在的类中实现,我通过 composer 获得)。
我尝试使用:
use Rollbar\Rollbar;
//some code
Rollbar::init($config) //line 23
但它向我显示以下错误:
PHP Fatal error: Uncaught Error: Class 'Rollbar\Rollbar' not found in C:\xampp\htdocs\projectX\webroot\classX.php:23.
请问有什么帮助吗?谢谢