communiacs/sw-composer-installers
Composer 安装命令:
composer require communiacs/sw-composer-installers
包简介
Shopware Installer
README 文档
README
This package acts as composer plugin in order to download and install Shopware core and plugins and put them into a directory structure which is suitable for Shopware to work correctly.
The behavior of the installer can be influenced by configuration in the extra section of the root composer.json
"extra": {
"communiacs/shopware": {
"web-dir": "web"
}
}
web-dir
You can specify a relative path from the base directory, where the public document root should be located.
The default value is "", which means next to your root composer.json. This default value is kept for compatiblity reasons, but is recommended to have the document root in a separate folder so that the vendor folder and the composer.lock file are not accessible.
ToDo:
- symlink the variable folders
统计信息
- 总下载量: 2.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-01-25