radixs / composer-shopware6-installer
Shopware 6 plugin installer for composer
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
This package is auto-updated.
Last update: 2025-05-08 00:20:09 UTC
README
Installation
In your plugin do composer require radixs/composer-shopware6-installer
.
Optionally in your plugin's composer.json add:
"extra": { "installer-name": "YourPluginName" }
This is important for Shopware to be able to recognize the plugin as it should have the same name as configured in it's config files.
Also make sure you plugin has this in composer.json:
"type": "shopware-platform-plugin",
All other types will not be recognized by shopware and this installer works only with this type.