data-src=paas-only.md
Prerequisites
- Adobe Commerce on cloud infrastructure or on-premises: 2.4.5+
- PHP 8.1+
- Magento Open Source is not supported.
Installation
To install custom attributes in Adobe Commerce:
-
Run the following command to install the modules:
composer require magento/out-of-process-custom-attributes=^0.2.0 --with-dependencies -
Enable the new modules:
bin/magento module:enable Magento_CustomAttributeSerializable bin/magento module:enable Magento_CustomAttributeSerializableGraphQl -
For on-premises installations, run the following command to upgrade Adobe Commerce and clear the cache.
bin/magento setup:upgrade && bin/magento cache:clean