msts / invoice-me
1.4.1
2021-09-08 12:56 UTC
Requires
- php: ~7.1.3 || >=7.2.0 || ~7.3.0
- guzzlehttp/guzzle: ^6.0
- magento/framework: 102.0.* || 103.0.*
- magento/module-checkout: 100.3.* || 100.4.*
- magento/module-payment: 100.3.* || 100.4.*
- magento/module-sales: 102.* || 103.0.*
- msts/caas-php: ^1.2
- ramsey/uuid: ^3.8 || ^4.0
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
README
Requirements
- Magento 2
- PHP 7.1 or higher (7.2+ recommended)
Installation
Using Composer
Install the MSTS InvoiceMe module with the following command:
composer require msts/invoice-me
Run the Magento upgrade command:
php ./bin/magento setup:upgrade
Then flush the Magento cache:
php ./bin/magento cache:flush;
php ./bin/magento cache:clean;
If you are running Magento 2 in production mode, you will also be required to run compilation and static content deployment steps:
php ./bin/magento setup:di:compile;
php ./bin/magento setup:static-content:deploy;
How to update
Run the Composer update command:
composer update msts/invoice-me
Then flush the Magento cache as above.
Recompile as above if running in production mode.