承接 labor-digital/composer-dev-symlink 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

labor-digital/composer-dev-symlink

最新稳定版本:1.4.2

Composer 安装命令:

composer require labor-digital/composer-dev-symlink

包简介

README 文档

README

This plugin aims to assist when working on local composer packages without using a "path" repository, because that will break the composer.lock file. The goal was to simulate the basic behaviour of "npm link" to create symlinks and have the local packages in deployment in a single directory.

Installation

Simply install this plugin by using composer:

composer require labor-digital/composer-dev-symlink

If you want to install the plugin globally instead, feel free to do so by using:

composer global require labor-digital/composer-dev-symlink

Configuration

By default the plugin will look for packages to link in the directory: $CWD/vendor-dev/. However, if that does not fit your needs you can always change the directory by setting it in your project's composer.json:

{
	"extra": {
		"composer-dev-symlink": "./my-dev/*"
	}
}

To keep in mind

Postcardware

You're free to use this package, but if you use it regularly in your development environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: LABOR.digital - Fischtorplatz 21 - 55116 Mainz, Germany

We publish all received postcards on our company website.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2020-02-15