streply / streply-magento
Streply SDK 用于 Magento 电子商务软件
资助包维护!
streply.com/pricing
streply.com
0.0.5
2023-02-23 11:27 UTC
Requires
- magento/framework: 103.0.*
- streply/streply-php: *
README
Streply SDK 用于 Magento 电子商务软件
安装
安装 streply/streply-magento
包
composer require streply/streply-magento
启用模块并运行迁移
bin/magento module:enable Streply_StreplyMagento
bin/magento setup:upgrade
配置
在 Config > Streply > General
中添加默认的 Streply DSN
密钥配置,并设置模块输出。
或使用 CLI 设置必要的设置
bin/magento config:set streply/general/active 1 bin/magento config:set streply/general/dsnurl https://X@api.streply.com/Y bin/magento cache:flush
您可以在 Streply 账户的 项目
选项卡中找到项目的 DSN 代码。