Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.8 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.8 KB

Magento 2 Disable Reviews

Supported Magento Versions Maintained - Yes

Overview

This is a private module and is not currently aimed at public usage.

The Augustash_DisableReviews module is for easily disabling product reviews functionality in Magento 2.

Installation

Via Composer

Install the extension using Composer using our development package repository:

composer require augustash/module-disable-reviews
bin/magento module:enable --clear-static-content Augustash_DisableReviews
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.

License

MIT