armanet / magento-integration
Armanet Magento Integration
Installs: 151
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: >=7.0
- magento/framework: *
- magento/magento-composer-installer: *
- magento/module-backend: *
- magento/module-catalog: *
- magento/module-email: *
- magento/module-media-storage: *
- magento/module-store: *
- magento/module-theme: *
- magento/module-ui: *
- magento/module-variable: *
- magento/module-widget: *
This package is auto-updated.
Last update: 2025-04-16 14:14:43 UTC
README
The Armanet_Integration module for Magento 2.4 facilitates seamless integration between Magento and Armanet services, enhancing your e-commerce platform's capabilities.
Installation
1. Install via Composer (Recommended)
Navigate to your Magento root directory, run the following command:
$ composer require armanet/magento-integration
Enable and install the module:
$ php bin/magento module:enable Armanet_Integration
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
2. Install Manually
Download the module package. Then, extract and upload the contents to:
$ app/code/Armanet/Integration
Enable and install the module:
$ php bin/magento module:enable Armanet_Integration
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
Configuration
- Log in to your Magento Admin Panel.
- Navigate to Stores > Configuration > Armanet Integration.
- Configure the API settings and other parameters as required.
- Save the configuration and clear the cache:
$ php bin/magento cache:flush
Troubleshooting
If you experience any issues, check Magento logs:
$ tail -f var/log/system.log var/log/exception.log
Run the following command to recompile:
$ php bin/magento setup:di:compile
Uninstallation
To remove the module, run:
$ php bin/magento module:disable Armanet_Integration
$ composer remove armanet/integration
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush