streply / streply-magento
Streply SDK for Magento e-commerce software
Fund package maintenance!
streply.com/pricing
streply.com
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 103.0.*
- streply/streply-php: *
README
Streply SDK for Magento e-commerce software
Install
Install the streply/streply-magento
package:
composer require streply/streply-magento
Enable module and run migration:
bin/magento module:enable Streply_StreplyMagento
bin/magento setup:upgrade
Config
Add default Streply DSN
key configuration and set module output in Config > Streply > General
.
Or set necessary settings using 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
You can find the DSN code of the project in the Projects
tab in your Streply account.