承接 opencart-plugins/extension-installer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

opencart-plugins/extension-installer

最新稳定版本:v1.16.1

Composer 安装命令:

composer require opencart-plugins/extension-installer

包简介

Custom Composer Installer for installing OpenCart Extensions

README 文档

README

Publish for Composer

Configuration Extras

Variable Description
src-dir Base directory of the source extension files, withing the composer package
mappings Each file which needs to be managed (install, update, uninstall) by composer
installers OpenCart Extensions can have installers: php or xml currently supported (sql not yet)

Example

```
{
    "name": "vendor/project-name",
    "type": "opencart-extension",
    "extra": {
        "src-dir" : "src/upload",
        "mappings" : [
            "catalog/controller/vendor/controller_name.php",
            "catalog/model/vendor/other_model.php"
        ],
       "installers" : {
            "php" : "src/install.php" ,
            "xml" : "src/install.xml"
       }
    },
    "require": {
        "opencart-plugins/extension-installer": "*"
    }
}
```

Composer Root Project Extras

Variable Description
opencart-install-dir set the OpenCart directory in which the extension should be installed

Example Extras

```
{
    "extra": {
        "opencart-install-dir": "docroot"
    }
}
```

统计信息

  • 总下载量: 59
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固