Installation Methods

Installing the Bread Extension via Plugin or Composer

The two options below outline installing the Bread Pay app in Magento 2.

Option 1: Zip File Installation Steps

In order to install the Bread extension using a zip file:

  1. Make sure you download the most recent version
  2. Unzip contents into app/code/Bread/BreadCheckout folder
  3. Copy file app/code/Bread/BreadCheckout/etc/adminhtml/system.xml to app/code/Bread/BreadCheckout/etc/adminhtml/system.xml
  4. Copy file app/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.js to app/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.js
  5. Enable module
    bin/magento module:enable Bread_BreadCheckout
    bin/magento setup:upgrade
    bin/magento setup:di:compile
    bin/magento setup:static-content:deploy

Option 2: Composer Installation Steps

In order to install the Bread extension using composer:

  1. Make sure you’ve downloaded composer on your machine, if you haven’t you can download it here
  2. From the server terminal, navigate to your root Magento directory and run ./composer.phar require breadfinance/module-breadcheckout. You might need to change the path to the composer.phar executable depending on where you have it downloaded.
  3. Run bin/magento module:enable Bread_BreadCheckout
  4. Run bin/magento setup:upgrade
  5. Run bin/magento setup:static-content:deploy