org_heigl/devstructure-installer

dev-master 2013-09-12 08:00 UTC

This package is auto-updated.

Last update: 2024-09-23 09:05:14 UTC


README

从模板安装开发结构

此Composer包将开发结构从模板安装到项目的根目录。

因此,您可以创建一个包含名为 template 的文件夹的Composer包,该文件夹包含在包使用时希望创建的文件夹布局。

然后您需要在您的模板 composer.json 中包含以下内容

{
    "type" : "org-heigl-devstructure",
    "require" : {
        "org_heigl/devstructure-installer": "*"
    }
}

例如,请参阅 https://github.com/heiglandreas/devstructure