Type
magento2-module
Module for Magento 2 by Moloni
magento2-module
GPL-3.0
None
None
None
None
None
Tired of manually processing your invoices? With this extension you will be able to:
Install the extension via composer
composer require moloni/magento2
Verify if the extension is installed
bin/magento module:status
Enable the extension
bin/magento module:enable Invoicing_Moloni --clear-static-content
Register the extension
bin/magento setup:upgrade
Recompile Magento project
bin/magento setup:di:compile
Clean cache
bin/magento cache:clean
If you want to update the extension you should run the following
Update the composer package
composer update moloni/magento2
Upgrade, deploy and clean cache
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy
php bin/magento cache:clean