marlosoft/module-backend-image

Custom admin backend image for Magento 2.x

1.0.0 2019-02-27 15:47 UTC

This package is auto-updated.

Last update: 2024-05-28 04:41:43 UTC


README

Custom admin backend image for Magento 2.x

Installation via Composer

composer require marlosoft/module-backend-image

Manual Installation

  1. Download the chat plugin source.
  2. Create new folder app/code/Marlosoft/BackendImage/.
  3. Copy all source files into the newly created directory.
  4. Run setup upgrade command.
    php bin/magento setup:upgrade
  5. Run cache flush command.
    php bin/magento cache:flush
  6. That's it! The extension should be already installed.