We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3451852 commit 62fd64bCopy full SHA for 62fd64b
README.md
@@ -1,2 +1,13 @@
1
# Share Cart GraphQl
2
3
+Mageplaza Share Cart Extension supports getting and pushing data on the website with GraphQl.
4
+
5
+## How to install
6
7
+Run the following command in Magento 2 root folder:
8
9
+```
10
+composer require mageplaza/module-share-cart-graphql
11
+php bin/magento setup:upgrade
12
+php bin/magento setup:static-content:deploy
13
0 commit comments