mageinic / tetimonial-graphql
Testimonial GraphQL 是 MageINIC Testimonial 扩展的一部分,它增加了 GraphQL 功能。此扩展扩展了 Testimonial 定义。
dev-main
2024-01-17 04:58 UTC
Requires
- php: ^8.0
- mageinic/testimonial: 1.0.*
- magento/framework: 103.0.*
- magento/module-graph-ql: 100.4.*
- magento/module-store: 101.1.*
This package is auto-updated.
Last update: 2024-09-17 06:31:18 UTC
README
Testimonial GraphQl 是 MageINIC Testimonial 扩展的一部分,它增加了 GraphQL 功能。 此扩展扩展了 Testimonial 定义。
1. 如何安装
在 Magento 2 根目录下运行以下命令
composer require mageinic/testimonial-graphql
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
注意: Magento 2 Testimonial GraphQL 需要在您的 Magento 安装中安装 MageINIC Testimonial。
或者通过 composer 安装 [推荐]
composer require mageinic/testimonial
2. 如何使用
- 要查看 MageINIC Testimonial GraphQL 扩展支持的查询,您可以检查
Testimonial GraphQl User Guide.pdf
或者在 Postman 中运行Testimonial Graphql.postman_collection.json
。
3. 获取支持
- 如果您有任何其他问题,请随时 联系我们。
- 喜欢这个项目,给我们一个 星标