Skip to content

thomasnguyen244/magento2-module-offline-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Offline Payments

workwiththomas/module-offline-payments

Magento 2 Offline Payments

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :) Buy Me A Coffee

Main Functionalities

Installation

Type 1: Zip file

  • Unzip the zip file in app/code/Thomas
  • Enable the module by running php bin/magento module:enable Thomas_OfflinePayments
  • Apply database updates by running php bin/magento setup:upgrade --keep-generated
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require thomas/module-offline-payments
  • enable the module by running php bin/magento module:enable Thomas_OfflinePayments
  • apply database updates by running php bin/magento setup:upgrade --keep-generated
  • Flush the cache by running php bin/magento cache:flush

Configuration

Specifications

Attributes

How to work