Thank you for choosing a Magearmy Magento 2 Extension! To ensure proper installation and functionality, please follow the steps below carefully.

1. Requirements

Before starting the installation, make sure your system meets the following requirements:

  • Magento Open Source or Adobe Commerce 2.4.x
  • PHP 8.1 or higher
  • Composer 2.x
  • Access to your Magento file system (SSH or FTP)

2. Install Core Module Dependency

All Magearmy extensions depend on the Magearmy Core Module. You must install this module first before installing any other Magearmy extensions.

Download the Core Module: https://github.com/themagearmy/magento2-module-core

You can install it via Composer or manually.

3. Install Actual Module

  • Download the extension as a .zip file from your Magearmy Customer Account
  • Use an FTP/SFTP client (e.g., FileZilla, WinSCP) or connect via SSH to access your server.
  • In your Magento installation root, navigate to the app/code/ directory and create the necessary vendor and module folders.

    • The path will be app/code/Magearmy/[ExtensionName]
    • For example, if the extension name is Faq, you would create mkdir -p app/code/Magearmy/Faq
    • You can find the correct [ExtensionName] (e.g., Faq, GiftCard, ProductLabels) in the registration.php file included in your extension package.

  • Upload the downloaded .zip file to a temporary directory on your server (for example /tmp/), or directly to app/code/Magearmy/[ExtensionName]
  • Then extract its contents into that directory. Ensure the file structure looks like this app/code/Magearmy/[ExtensionName]/etc/module.xml
  • Run Magento CLI Commands

    • php bin/magento module:enable Magearmy_[ExtensionName]
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento setup:static-content:deploy -f
    • php bin/magento cache:flush

4. Verify Installation

Check that both modules are enabled

php bin/magento module:status

You should see both

Magearmy_Core
Magearmy_[ExtensionName]

Need Help with Installation?

If you encounter any issues or difficulties while installing our extension, please don't hesitate to contact our support. We are happy to help you get the extension working smoothly. When submitting a support request, please provide as many details as possible, including any error messages you are receiving.

Copyright © 2025 MageArmy. All rights reserved.