Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Installation

Felix Brucker edited this page Jun 3, 2020 · 3 revisions

This plugin can be installed via composer or as a .zip file via the administration.

Release zip file

Obtain the latest release zip from here and upload it in your shopware administration.

Composer

composer require felixbrucker/shopware-burst-payment
cd vendor/felixbrucker/shopware-burst-payment && npm install && npm build
bin/console plugin:install --activate BurstPayment
bin/console cache:clear
Clone this wiki locally