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/magento2
php bin/magento module:enable Buckaroo_Magento2
php bin/magento setup:db-declaration:generate-whitelist --module-name=Buckaroo_Magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

2. Upgrade

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/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

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

php bin/magento setup:di:compile