Installation instructions

Magento 2 Payment Widget:

1

Creating the required folder structure

mkdir -p app/code/Alliance/AlliancePay
2

Download/copy the module files to the created folder

The path must be: app/code/Alliance/AlliancePay/registration.php
3

Provide correct file permissions (optional)

find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} +
find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} +
4

Install module dependencies

composer install
5

Enable the module

php bin/magento module:enable Alliance_AlliancePay
6

Update the system

php bin/magento setup:upgrade
7

Start compilation

php bin/magento setup:di:compile
8

Deploy static files

php bin/magento setup:static-content:deploy -f
9

Clear the cache

php bin/magento cache:flush

Technical requirements

Last updated