Installation

Requirements

  • Magento 2.4.x
  • PHP 8.1+

Install (Composer)

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/customerdocuments:*
php bin/magento module:enable MageB2B_CustomerDocuments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Verify

  • Admin menu: Customers > Customer Documents
  • Config: Stores > Configuration > MageB2B > Customer Documents
  • Frontend: Customer Account > My Documents

CLI:

php bin/magento module:status MageB2B_CustomerDocuments

Next

Found an issue with this documentation? Let us know