Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

swarming/magento2-buzzi-publish-order-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Buzzi Publish Order Update

This is the official Magento 2 extension for Buzzi.io.

Installation via Composer

You can install our Magento 2 Buzzi Publish Order Update extension via Composer. Please run these commands at the root of your Magento install:

composer require swarming/magento2-buzzi-publish-order-update
php bin/magento module:enable Buzzi_Base
php bin/magento module:enable Buzzi_Publish
php bin/magento module:enable Buzzi_PublishOrderUpdate
php bin/magento setup:upgrade