Installation
This guide shows how to install the Digital Product Passport (DPP) extension for Magento 2.
Prerequisites
- Magento 2.4.x
- PHP 8.1+
- Composer access to the MageB2B repository
- Backup of your Magento installation
Installation Steps
1. Add Repository Access
Configure Composer auth for the MageB2B repository:
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ 2. Require the Package
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/dpp:* 3. Enable the Module
php bin/magento module:enable MageB2B_Dpp4. Run Setup Upgrade
php bin/magento setup:upgrade5. Compile and Deploy
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy6. Clear Cache
php bin/magento cache:flushVerify Installation
php bin/magento module:status MageB2B_DppIf the module appears in the enabled list, installation is complete.
Next Step
Continue with Configuration.
