API Class 未使用 Composer 找到
API Class not found using Composer
我是 composer 的新手,我安装了它,创建了 composer.json 文件。使用这些说明安装了 bigcommerce api:https://github.com/bigcommerce/bigcommerce-api-php
当我尝试 运行 "use Bigcommerce\Api\Client as Bigcommerce" 时出现错误 class 未找到。
我正在使用本地主机,我的文件结构是:
testsite
src-> contains all classes including Client.php
vendor -> bigcommerce -> api -> the api files,
api.php -> my test file trying to connect to api
我没有更改任何作曲家文件,我研究了自动加载。正如我之前所说,这是第一次使用作曲家。
请在此处阅读 Composer 的文档:https://getcomposer.org/doc/00-intro.md 注意最后几段,"Using Composer" 和 "Autoloading"。您是否遵循代码中的程序?
我是 composer 的新手,我安装了它,创建了 composer.json 文件。使用这些说明安装了 bigcommerce api:https://github.com/bigcommerce/bigcommerce-api-php
当我尝试 运行 "use Bigcommerce\Api\Client as Bigcommerce" 时出现错误 class 未找到。
我正在使用本地主机,我的文件结构是:
testsite
src-> contains all classes including Client.php
vendor -> bigcommerce -> api -> the api files,
api.php -> my test file trying to connect to api
我没有更改任何作曲家文件,我研究了自动加载。正如我之前所说,这是第一次使用作曲家。
请在此处阅读 Composer 的文档:https://getcomposer.org/doc/00-intro.md 注意最后几段,"Using Composer" 和 "Autoloading"。您是否遵循代码中的程序?