radixs/composer-shopware6-installer

Shopware 6 plugin installer for composer

v1.0.1 2020-08-07 13:31 UTC

This package is auto-updated.

Last update: 2024-10-07 23:12:06 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.