startpl/t2cms-composer
Composer 安装命令:
composer require startpl/t2cms-composer
包简介
The composer plugin for t2cms extension installer
关键字:
README 文档
README
The composer plugin for t2cms extension installer
This is for T2CMS package authors to require in their composer.json. It will
install their package to the correct location based on the specified package
type.
Current Supported Package Types
| Types | Path | Description |
|---|---|---|
t2cms-module |
cms/modules |
The module |
t2cms-theme |
cms/themes |
The application theme |
Example composer.json File
This is an example for a module. The only important parts to set in your
composer.json file are "type": "t2cms-module" which describes what your
package tells composer to load the custom installers.
{
"name": "your/module-name",
"type": "t2cms-module"
}
This would install your package to the cms/modules/ folder
when a user require your module
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-14