radixs/composer-shopware6-installer

Shopware 6 插件安装程序,用于 composer

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

This package is auto-updated.

Last update: 2024-09-07 23:00:11 UTC


README

安装

在你的插件中执行 composer require radixs/composer-shopware6-installer

可选地,在你的插件 composer.json 中添加

    "extra": {
        "installer-name": "YourPluginName"
    }

这对 Shopware 识别插件很重要,因为它应该具有与配置文件中配置的相同名称。

同时确保你的插件在 composer.json 中有这个

    "type": "shopware-platform-plugin",

其他类型将不会被 Shopware 识别,并且此安装程序仅与此类型兼容。