dtech / google-customer-reviews
Magento 2 Google Customer Reviews extension
Package info
github.com/dtech-04/google-customer-reviews
Type:magento2-module
pkg:composer/dtech/google-customer-reviews
1.0.2
2019-12-18 18:56 UTC
Requires
- dtech/base: ^1.0.0
This package is auto-updated.
Last update: 2026-03-19 08:38:01 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