tmajka / magento2-module-promotion
The module responsible for managing promotions
Package info
github.com/tmajka/magento2-module-promotion
Type:magento2-module
pkg:composer/tmajka/magento2-module-promotion
1.0.0
2024-01-01 20:25 UTC
Requires
- php: >=8.2
- magento/framework: *
- magento/module-webapi: 100.4.*
- magento/module-webapi-security: 100.4.*
This package is auto-updated.
Last update: 2026-03-29 01:04:08 UTC
README
The module responsible for managing promotions by RestApi.
Installation details
composer require tmajka/magento2-module-promotion
bin/magento module:enable TMajka_Promotion
bin/magento setup:upgrade
CLI command to demo data
Deploy sample data for the promotion module
bin/magento promotions:sampledata:deploy
Remove data for the promotion module
bin/magento promotions:sampledata:remove