kninfobeans/magento2-oscomments

OsComments for Magento 2

Installs: 10 383

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

2.0.0 2019-07-08 08:51 UTC

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