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 <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
2. Require the Package
composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/dpp:*
3. Enable the Module
php bin/magento module:enable MageB2B_Dpp
4. Run Setup Upgrade
php bin/magento setup:upgrade
5. Compile and Deploy
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
6. Clear Cache
php bin/magento cache:flush
Verify Installation
php bin/magento module:status MageB2B_Dpp
If the module appears in the enabled list, installation is complete.
Next Step
Continue with Configuration.