shopreviews-com / magento2
Shopreviews.com extension for Magento 2
Installs: 5
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.1.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-05-12 10:18:15 UTC
README
The official Magento 2 plugin for Shopreviews.com.
Installation
Magento® Marketplace
This extension will be available on the Marketplace soon.
Install via Composer
-
Go to Magento® 2 root folder
-
Enter the following commands to install module:
composer require shopreviews-com/magento2
-
Enter following commands to enable module:
php bin/magento module:enable Shopreviews_Connect php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento® is running in production mode, deploy static content with the following command:
php bin/magento setup:static-content:deploy