Install Custom Catalog
Install the package from the repository configured for your SoftwareSilo order.
composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/custom-catalog:*
php bin/magento module:enable MageB2B_CustomCatalog
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Check the module state:
php bin/magento module:status MageB2B_CustomCatalog
In the Admin, open Catalog > Custom Catalog and Stores > Configuration > MageB2B > Custom Catalog. Continue with configuration before assigning production customers.