Product Attachments
v1.1.9

How to install the extension

Installation via composer (preferably)

We recommend this installation method because the composer automatically checks and installs necessary dependencies.

  1. Back up your store's database and web directory.
  2. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  3. Copy installation instructions from the page My Downloadable Products to SSH console and press ENTER.

  4. Run the command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Attachment to enable the extension.
  5. Run the command php -f bin/magento setup:upgrade to install the extension.
  6. Run the command php -f bin/magento cache:clean to clean the cache.
  7. Deploy static view files

    rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy

Installation via direct file upload

You can also install the extension via direct files uploading.

  1. Go to My Downloadable Products / View & Download.

  2. Unpack .zip package and copy contents to magento root directory
  3. Log in to the SSH console of your server and navigate to the magento root directory.
  4. Run the command composer require icomefromthenet/reverse-regex:0.0.6.* for install required libraries.
  5. Run the command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Attachment to enable the extension.
  6. Run the command php -f bin/magento setup:upgrade to install the extension.
  7. Run the command php -f bin/magento cache:clean to clean the cache.
  8. Deploy static view files

    `rm -rf pub/static/; rm -rf var/view_preprocessed/;

Install the extension for Hyva

  1. Run the command

        composer require hyva-themes/magento2-mirasvit-attachment
  2. Enable installed Hyva modules:

        bin/magento module:enable Hyva_MirasvitAttachment
  3. Update Magento database schema and data with the command:

        bin/magento setup:upgrade
  4. Compile the code of the installed extension:

        bin/magento setup:di:compile
  5. Run the command below to clean the cache:
        bin/magento cache:flush