zamoroka/module-production-images

Magento 2 module: Get only necessary images from production. No need to download whole media folder

Installs: 12 281

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/zamoroka/module-production-images

0.2.2 2026-01-19 19:36 UTC

This package is auto-updated.

Last update: 2026-01-19 19:37:15 UTC


README

Installation
composer require zamoroka/module-production-images --dev
Configuration
  1. Enable module
bin/magento module:enable Zamoroka_ProductionImages
bin/magento config:set production_images/general/enabled 1
  1. Provide production media URL under Store -> Configuration -> Zamoroka -> Production images -> Production media URL. e.g https://example.com/media/ or using command
bin/magento config:set production_images/general/production_media_url "https://example.com/media/"
  1. Clear config and image cache
bin/magento cache:flush