communiacs / sw-composer-installers
Shopware Installer
Installs: 2 925
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=7.0
- composer-plugin-api: ^2.3.0
Requires (Dev)
- composer/composer: ^2.3
Conflicts
- composer/installers: <1.0.24 || >1.0.24
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