composer安装的腾讯云sdk vendor没有自动加载,试了网上几种方式没有成功
<?php
namespace app\controller;
use TencentCloud\Common\Credential;
use TencentCloud\Common\Profile\ClientProfile;
use TencentCloud\Common\Profile\HttpProfile;
use TencentCloud\Common\Exception\TencentCloudSDKException;
use TencentCloud\Ims\V20201229\ImsClient;
use TencentCloud\Ims\V20201229\Models\ImageModerationRequest;
use TencentCloud\Tms\V20201229\TmsClient;
use TencentCloud\Tms\V20201229\Models\TextModerationRequest;
Error: Class 'TencentCloud\Common\Credential' not found in /www/wwwroot/syadmin/apiweb/app/controller/TencentCloudContent.php:74<br />
这个是需要你在composer里引入一下就行了,我集成YII框架的时候也遇到了,然后我加了下面一段之后重新 composer update -vvvv 就好了
我这样写没好使
你的composer包贴一下,我本地调试一下
我把composer 更新一下 就好使了,其他啥都没动。。。。
这个报错说的是你看的文档和当前版本不一致的问题吧,现在vender找下有没有这个包
好像是版本不一致,我更新了下就好使了