Magento 2
To install Magento 2 module, execute the following commands using command line inside your Magento installation path:
composer require getkevin/kevin-magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean
FTP installation will not work as this module has requirements that will be auto installed when using composer.
Run the following command:
composer update getkevin/kevin-magento2
Last modified 4mo ago