Installation
* In a production environment, please use the --keep-generated option
Type: Composer
- The module is available in the composer repository:
- Private GitLab repository:
https://gitlab.com
- Private GitLab repository:
- Add the composer repository to the configuration:
composer config repositories.catalog.hover.image vcs https://gitlab.com/magento2ext/magento-2-catalog-hover-image - Add an access token for the private GitLab repository:
composer config --auth gitlab-token.gitlab.com - Install the module using Composer:
composer require kowal/catalog-hover-image - Apply database updates:
php bin/magento setup:upgrade - Flush the cache:
php bin/magento cache:flush























