Actively Maintained
v0.2.2
Module Production Images
zamoroka/module-production-images
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
12,266
Downloads
Below average
5
GitHub Stars
Below average
22d ago
Last Release
0
Open Issues
Build Passing
Ready to install
Build Tests
Composer Install
DI Compile
Templates
Code Quality
CS
Coding Standard
20 warnings
L5
PHPStan
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
v0.2.2
on Magento 2.4.8-p3
v0.2.1
on Magento 2.4.8-p3
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubGet images from production server
Installation
composer require zamoroka/module-production-images --dev
Configuration
- Enable module
bin/magento module:enable Zamoroka_ProductionImages
bin/magento config:set production_images/general/enabled 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/"
- Clear config and image cache
bin/magento cache:flush
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.