vinteenove/lliure-app-installer-plugin

此包的最新版本(v1.2.2)没有可用的许可证信息。

在 lliure 上安装应用程序

v1.2.2 2022-03-12 02:31 UTC

This package is auto-updated.

Last update: 2024-09-21 19:50:25 UTC


README

1 - 如果您的包没有 composer.json,请根据需要设置 type 为以下值之一

  • lliure-app: 用于应用程序
"type": "lliure-app"
  • lliure-opt: 用于 OPTs
"type": "lliure-opt"
  • lliure-api: 用于 APIs
"type": "lliure-api"

2 - 在 extra 中定义应用程序所在的文件夹

"extra": {
    "lliure": {
      "targetPath": "MinhaLib"
    }
  }

重要: "targetPath" 的值必须以大写字母开头,且不能包含特殊字符或空格。