mhinspeya/module-brandpages

MHinspeya Brandpages module to display brand campaigns and page elements.

Maintainers

Package info

git.modehaus.de/hyvae/brandpages

Homepage

Type:magento2-module

pkg:composer/mhinspeya/module-brandpages

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

1.0.0 2026-07-01 12:53 UTC

This package is not auto-updated.

Last update: 2026-07-02 10:57:22 UTC


README

Overview

MHinspeya_Brandpages is a Magento 2 module designed to display brand campaigns and page elements.

Features

  • Display and manage brand campaigns.
  • Render specific brand page elements on the storefront.
  • Fully integrated with the Magento 2 ecosystem.

Requirements

  • PHP >= 7.3
  • Magento 2.4.x
  • mhinspeya/backend-mod >= 1.0

Installation

Method 1: Composer (Recommended)

You can install this module using composer. It will also automatically install required dependencies like mhinspeya/backend-mod.

composer require mhinspeya/module-brandpages
php bin/magento module:enable MHinspeya_Brandpages
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

Method 2: Manual Installation

  1. Upload the module files to app/code/MHinspeya/Brandpages.
  2. Ensure you have also installed the required dependency mhinspeya/backend-mod (MHinspeya_BackendMod).
  3. Run the following Magento commands:
php bin/magento module:enable MHinspeya_Brandpages
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

License

Open Software License (OSL 3.0)

Author

MHinspeya