-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4732c59
commit ac408c2
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# Call For Price GraphQl | ||
Mageplaza Call For Price Extension supports getting and pushing data on the website with GraphQl. | ||
|
||
## How to install | ||
|
||
Run the following command in Magento 2 root folder: | ||
|
||
``` | ||
composer require mageplaza/module-call-for-price-graphql | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:static-content:deploy | ||
``` |