shopware-utils
Installation
SKILL.md
dustin/shopware-utils
Library for structuring large Shopware 6 plugins with sub-bundles, auto-resource installation, and config-as-service.
Docs: https://dustinsimon.gitbook.io/shopware-utils
Installation
composer require dustin/shopware-utils
Plugin & AdditionalBundle
Use Dustin\ShopwareUtils\Core\Framework\Plugin instead of the Shopware base class. Sub-features go into AdditionalBundle classes — same lifecycle hooks as a plugin, but invisible in admin and always activated with the main plugin.