kninfobeans / magento2-oscomments
OsComments for Magento 2
2.0.0
2019-07-08 08:51 UTC
Requires
- php: ~5.5.22|~5.6.0|~5.6.37|7.0.0|7.0.1|7.0.2|7.0.3|7.0.4|~7.0.6|~7.1
This package is not auto-updated.
Last update: 2025-06-18 13:03:20 UTC
README
Quick instructions
Manual Install
- Create folder structure /app/code/Infobeans/OSComments/
- Download the .ZIP file from the marketplace
- Extract the contents of the .ZIP file to the folder you just created
Composer Install
- Go to magento2 root directory.
- Enter command composer require kninfobeans/magento2-oscomments
Run install commands:
php bin/magento module:enable Infobeans_OSComments
php bin/magento setup:upgrade
- You may need to run the following command to flush the Magento cache:
php bin/magento cache:flush