Skip to content

Module installation

willian-soaresferreira edited this page May 20, 2021 · 7 revisions

This module is available through Packagist!

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

Add the following lines into your composer.json

{
	"require": {
		"pagarme/pagarme-magento2-module":"^1.0"
	}
}

or simply digit

composer require pagarme/pagarme-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