Installation

Requirements

  • A Buckaroo account - Click here to get started
  • Magento 2.4.5 up to 2.4.8-p1
  • PHP version 8.1, 8.2 or 8.3


Installation steps

For a reliable and efficient installation, we recommend using Composer to add the Buckaroo Magento 2 module. Composer ensures consistency and simplifies the process of installing, updating, and maintaining the module.

Follow the steps below to complete the installation or update of the Buckaroo plugin:


1. Installation

composer require buckaroo/magento2php bin/magento module:enable Buckaroo_Magento2php bin/magento setup:upgradephp bin/magento setup:static-content:deploy

2. Update

To be able to make use of the latest features and bugfixes you should update the extension frequently. To do this you have to execute the following commands and flush your Magento cache.

composer update buckaroo/magento2php bin/magento setup:upgradephp bin/magento setup:static-content:deploy

3. Run compile if your store is in production mode:

php bin/magento setup:di:compile