lintrue/static-installer

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

Installs: 555

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:composer-plugin

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

This package is not auto-updated.

Last update: 2025-06-08 08:53:02 UTC


README

composer-plugin

Overview

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

Usage

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