Type
magento2-module
Interactive catalogue module for Magento 2
magento2-module
MIT
None
None
None
None
None
The extension allows you to create interactive catalogues (flipbook-styled).
To install the extension using Composer use the following commands:
bash
composer require mslwk/icatalogue-magento2
php bin/magento module:enable MSlwk_ICatalogue
php bin/magento setup:upgrade
You can download the extension directly from GitHub and
put it inside app/code/MSlwk/ICatalogue
directory. Then run the
following commands:
bash
php bin/magento module:enable MSlwk_ICatalogue
php bin/magento setup:upgrade