mslwk / icatalogue-magento2
Interactive catalogue module for Magento 2
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.0.0
- magento/framework: *
- magento/module-backend: *
Requires (Dev)
README
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:
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:
php bin/magento module:enable MSlwk_ICatalogue php bin/magento setup:upgrade