psycle-wordpress/wordpress-core-installer
最新稳定版本:1.1.0
Composer 安装命令:
composer require psycle-wordpress/wordpress-core-installer
包简介
A custom installer to handle deploying WordPress with composer
关键字:
README 文档
README
- This plugin is no longer mainained. Use at your own risk.
WordPress Core Installer
This is a custom Composer installer for WordPress core. It is a proof of concept, but feel free to use it. The package is on packagist and the package name is psycle-wordpress/wordpress-core-installer.
Usage
To set up a custom WordPress build package to use this as a custom installer, add the following to your package's composer file:
"type": "wordpress-core",
"require": {
"psycle-wordpress/wordpress-core-installer": "~0.1"
}
By default, this package will install a WordPress Core type package in the wordpress directory. To change this you can add the following to either your custom WordPress core type package or the root composer package:
"extra": {
"wordpress-install-dir": "custom/path"
}
The root composer package can also declare custom paths as an object keyed by package name:
"extra": {
"wordpress-install-dir": {
"wordpress/wordpress": "wordpress",
"psycle-wordpress/wordpress": "psy-wordpress"
}
}
License
This is licensed under the GPL version 2 or later.
统计信息
- 总下载量: 333
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-08-07