mageinic / instagram-feed-graphql
Instagram Feed GraphQL 是 MageINIC Instagram Feed 扩展的一部分,它增加了 GraphQL 功能。此扩展扩展了 Instagram Feed 定义。
dev-main
2024-01-18 07:32 UTC
Requires
- php: ^8.0
- mageinic/core: 1.0.*
- mageinic/instagram-feed: 1.0.*
This package is auto-updated.
Last update: 2024-09-18 09:12:14 UTC
README
Instagram Feed GraphQL 是 MageINIC Instagram Feed 扩展的一部分,它增加了 GraphQL 功能。 此扩展扩展了 Instagram Feed 定义。
1. 安装方法
在 Magento 2 根目录下运行以下命令
composer require mageinic/instagram-feed-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 Instagram Feed GraphQL 需要安装 MageINIC Instagram Feed 到您的 Magento 安装中。
或者通过 composer 安装 [推荐]
composer require mageinic/instagram-feed
2. 使用方法
- 要查看 MageINIC Instagram Feed GraphQL 扩展支持的查询,您可以查看
Instagram Feed GraphQl Extension User Guide.pdf
或在 Postman 中运行InstragramFeed Graphql.postman_collection.json
。
3. 获取支持
- 如果您有任何进一步的问题,请随时 联系我们。
- 喜欢这个项目,给我们一个 星标