For the complete documentation index, see llms.txt. This page is also available as Markdown.

PHP 8.4

Magento 2.4 extensions bundle

To pull the PHP 8.4 image with Magento 2.4 extensions, you can run the following command:

docker pull ghcr.io/scandipwa/create-magento-app:php-8.4-magento-2.4

You can set this image in the configuration file to be used in your project.

cma.js
/** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */
module.exports = {
    // ... other configurations
    configuration: {
        php: {
            baseImage: 'ghcr.io/scandipwa/create-magento-app:php-8.4-magento-2.4'
        }
    }
};

Last updated