dtech/google-customer-reviews

Magento 2 Google Customer Reviews extension

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/dtech/google-customer-reviews

1.0.2 2019-12-18 18:56 UTC

This package is auto-updated.

Last update: 2025-10-19 07:49:40 UTC


README

Magento integration for Google Customer Reviews

``dtech/google-customer-reviews``

Main Functionalities

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Dtech
  • Enable the module by running php bin/magento module:enable Dtech_GoogleCustomerReviews
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • If you do not know what Composer is, please read this first.
  • Install the module composer by running composer require dtech/google-customer-reviews
  • enable the module by running php bin/magento module:enable Dtech_GoogleCustomerReviews
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush