定制 akimsko/courier 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

akimsko/courier

最新稳定版本:1.0.2

Composer 安装命令:

composer require akimsko/courier

包简介

Install composer packages to custom folders

README 文档

README

This composer installer will install any package-type, to any path you wish.

It can be any of composers built-in package-types, or you can invent your own package-types, as you see fit.

In order for this plugin to work, it must be required in the package that specifies the custom install paths.

Like so...

{
  ...
  "require": {
    "akimsko/courier": "~1.0"
  }
}

From here, you can override install paths for all package-types required by this package, by defining them in the extra section.

The extra-option is courier-paths, and must contain one or more entries of <package-type>: <directory>.

To insert the package name in the path use {name} (The package name after the '/').

To insert the vendor name in the path use {vendor} (The package name before the '/').

Like so...

{
  ...
  "extra": {
    "courier-paths": {
      "my-custom-module-type": "modules/{vendor}-{name}",
      "my-custom-theme-type": "theme/{name}"
      "library": "lib/{vendor}/{name}"
    }
  }
}

This will install all packages of type my-custom-module-type to <projectroot>/modules/<vendor-name>-<package-name>.

All packages of type my-custom-theme-type to <projectroot>/themes/<package-name>.

And finally all packages of type library to <projectroot>/lib/<vendor-name>/<package-name>.

If a package-type does not match anything in courier-paths extra section, it will be installed to the default vendor path as normal.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-21