dtech/google-customer-reviews

Magento 2 Google Customer Reviews extension

1.0.2 2019-12-18 18:56 UTC

This package is auto-updated.

Last update: 2024-09-19 05:28:37 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