Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install the ConfigBox module

Note: If you use composer 2 you need to add the line "canonical": false to the repo.magento.com repository settings.

Code Block
languagejs
"repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/",
            "canonical": false
        }
    ],


Run the following command in the Magento root directory:

composer require rovexo/configbox-magento2:"^3" -w




Note: If you see warnings like 'Your Magento authentication keys are invalid.' or 'Package … is abandoned..', mind these are not related to ConfigBox. Check with Magento support or your IT service provider to deal with these. The installation of ConfigBox normally isn't affected by these issues.

...

Install the ConfigBox module

Note: If you use Composer 2 you need to add the line "canonical": false to the repo.magento.com repository settings.

Code Block
languagejs
"repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/",
            "canonical": false
        }
    ],


Run the following command in the Magento root directory:

composer require rovexo/configbox-magento2:"^3" -w




Note: If you see warnings like 'Your Magento authentication keys are invalid.' or 'Package … is abandoned..', mind these are not related to ConfigBox. Check with Magento support or your IT service provider to deal with these. The installation of ConfigBox normally isn't affected by these issues.

...