hitesh-shingala/cms-images

Custom Magento 2 module

Maintainers

Package info

github.com/hitesh-shingala/cms-images

Type:magento2-module

pkg:composer/hitesh-shingala/cms-images

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2025-07-11 11:35 UTC

This package is auto-updated.

Last update: 2026-04-11 13:35:23 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