marqu3s/yii2-composer-installer-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

marqu3s/yii2-composer-installer-plugin

最新稳定版本:v1.0.3

Composer 安装命令:

composer require marqu3s/yii2-composer-installer-plugin

包简介

A composer installer plugin to allow the use of a package as a common folder in the advanced Yii2 template.

README 文档

README

Composer custom installer for Yii2.

This installer allows you to install any package in the common folder of the Yii2 advanced application template.

If you have various applications sharing the same common folder, then turn your common folder into a [private] package and install it using composer.

Require this package in your common package's composer.json file and your package will be installed in the common folder instead of the default vendor folder.

{
  "name": "vendor/my-common-folder",
  "type": "yii2-common",
  "require": {
    "marqu3s/yii2-composer-installer-plugin": "*"
  }
}

IMPORTANT: You must keep the "type": "yii2-common" line for this to work! This is how you tell composer wich installer to use to install your package.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-11