Skip to content

Module installation

rcannuto edited this page Feb 17, 2020 · 3 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.2"
	}
}

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

Installation with recurrence (Beta)

This version has the implementation of recurrence, but remembering that it is still in the experimental stage.

Steps

If you have an old version of the module composer remove mundipagg/mundipagg-magento2-module

As a precaution, clear the composer cache: composer clearcache

Install the beta version: composer require 'mundipagg/mundipagg-magento2-module:2.*@beta' -vvv

Then type the following commands from your Magento root:

./bin/magento setup:upgrade
./bin/magento setup:di:compile

In the future, should any updates occur: composer update

Clone this wiki locally