wlwwt/sw-composer-installers

Shopware Installer


Keywords
installer, plugin, core, shopware, composer, composer-installer, composer-installers
License
GPL-2.0-or-later

Documentation

Shopware Composer installers

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