contao-components/installer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

contao-components/installer

最新稳定版本:1.4.1

Composer 安装命令:

composer require contao-components/installer

包简介

Contao components installer

README 文档

README

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.

About

This custom Composer installer handles packages with the type attribute set to "contao-component" and installs them into a separate directory.

Usage

To create a Contao component, add the following to your composer.json:

{
    "name": "vendor/name",
    "type": "contao-component",
    "license": "LGPL-3.0-or-later",
    "require": {
        "contao-components/installer": "^1.0"
    }
}

Components directory

Note that the components will only be installed if you specify an components directory in the composer.json file of your project:

{
    "extra": {
        "contao-component-dir": "assets"
    }
}

统计信息

  • 总下载量: 1.49M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 84
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2014-11-06