Skip to content

Module installation

Thiago Barradas edited this page Dec 12, 2017 · 7 revisions

This module is now available through Packagist! You don't need to specify the repository anymore.

https://packagist.org/packages/mundipagg/mundipagg-magento2-module

Add the following lines into your composer.json

{
	"require": {
		"mundipagg/mundipagg-magento2-module":"~1.0.9"
	}
}

or simply digit

composer require mundipagg/mundipagg-magento2-module

Then type the following commands from your Magento root:

composer update
./bin/magento setup:upgrade
./bin/magento setup:di:compile
Clone this wiki locally