streply/streply-magento

Streply SDK for Magento e-commerce software

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

0.0.5 2023-02-23 11:27 UTC

This package is auto-updated.

Last update: 2024-04-23 13:57:32 UTC


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.