2.ManoMano Extension Installation ↑ Back to Top
To install the extension,
- Upload and Extract the Manomano package and Integrator file inside the <magento-root>/app/code/Ced/ directory and run the bolow command from magento root.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento index:reindex
php bin/magento cache:clean
php bin/magento cache:flush - When you purchase extension from the marketplace then you just need to run these commands from your Magento root for installing the module.
composer require ced/manomano-magento2-adobe-commerce-integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush
×