将静态资源包安装到指定目录

安装: 553

依赖者: 2

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:composer-plugin

v1.0.8 2017-12-22 15:40 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:08:08 UTC


README

composer-plugin

概述

composer 自定义 lintrue-static 安装类型安装器,只要定义包类型为 lintrue-static ,并将此包加入依赖,即可使用此安装器

用法

{
    ...
    "type":"lintrue-static",
    "extra":{
        "static-path":"public/static",//安装路径
    },
    "require": {
        "lintrue/static-installer": "^v1.0"
    },
  ...
}