shopreviews-com / magento2
Shopreviews.com extension for Magento 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.1.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-04-15 12:20:24 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