Installation and Setup
You can install Commerce Review via the plugin store, or through Composer.
Craft Plugin Store
To install Commerce Review, navigate to the Plugin Store section of your Craft control panel, search for Commerce Review, and click the Try button.
Composer
You can also add the package to your project using Composer and the command line.
# Go to the project directory
cd /path/to/project
# Tell Composer to load the plugin
composer require aodihis/commerce-review
# Tell Craft to install the plugin
./craft install/commerce-review
Last updated