hitesh-shingala/cms-images

Custom Magento 2 module

1.0.1 2025-07-11 11:35 UTC

This package is auto-updated.

Last update: 2025-07-11 12:01:12 UTC


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