https://github.com/samjuk/m2-module-example-banner
Magento 2 Deployment Process Validation module that adds a banner below the header
https://github.com/samjuk/m2-module-example-banner
ci-cd deployer deployer-php deployment magento magento2 magento2-module
Last synced: about 1 month ago
JSON representation
Magento 2 Deployment Process Validation module that adds a banner below the header
- Host: GitHub
- URL: https://github.com/samjuk/m2-module-example-banner
- Owner: SamJUK
- Created: 2024-10-19T11:03:15.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-03T09:23:53.000Z (3 months ago)
- Last Synced: 2025-03-08T10:33:47.390Z (about 2 months ago)
- Topics: ci-cd, deployer, deployer-php, deployment, magento, magento2, magento2-module
- Language: HTML
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SamJUK_ExampleBanner
Apart of a collection of modules, to help test/validate deployment processes.
Simple module that adds a banner below the page header when installed. With a feature flag in the system admin to toggle the output.

## Installation
```sh
composer require samjuk/m2-module-example-banner
php bin/magento cache:flush
```## Feature Flag
The block output can be configured via a feature flag. This can be found in the admin panel under the `System Config > SamJUK > Example Banner > General > Enabled` path. Or set via the CLI with
```sh
php bin/magento config:set samjuk_examplebanner/general/enabled 0
php bin/magento cache:flush
```## Related Modules
Name | Description | Link
--- | --- | ---
Example Footer | Adds 4 cta blocks to the top of the footer on all pages | https://github.com/SamJUK/m2-module-example-footer