mslwk/icatalogue-magento2 1.0.4

Interactive catalogue module for Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Latest Stable Version License Scrutinizer Code Quality Build Status

Interactive Catalogue Magento2 extension

The extension allows you to create interactive catalogues (flipbook-styled).

Installation

Via Composer

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

From GitHub

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