hitesh-shingala / cms-images
Custom Magento 2 module
Package info
github.com/hitesh-shingala/cms-images
Type:magento2-module
pkg:composer/hitesh-shingala/cms-images
1.0.1
2025-07-11 11:35 UTC
Requires
- php: ^8.1 || ^8.2
- magento/framework: *
README
This Magento 2 module allows store administrators to upload a featured image for each CMS page. The uploaded image will be automatically displayed as a header/banner on the corresponding CMS page on the frontend.
📦 Installation
Use Composer to install the module:
composer require hitesh-shingala/cms-images
After installation, enable the module and clear the cache:
php bin/magento module:enable Magemonkeys_CmsImage
php bin/magento setup:upgrade
php bin/magento cache:flush