kiwee/shopware-storefront-build-config

Updates storefront build config to load it from instead of database.

Installs: 308

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:shopware-platform-plugin

1.0.1 2024-11-20 10:17 UTC

This package is auto-updated.

Last update: 2025-03-21 16:01:54 UTC


README

This plugin allows building Shopware storefronts without accessing the database, e.g. during container image builds.

How it works

This plugin ensures that plugins and theme configuration are loaded from disk, as outlined in Shopware Developer Documentation.

Additionally, it changes the default location of theme config files from files/ to var/. The reason for that is that files/ holds deployment-specific assets so often an external volume is mounted to this path. This makes its contents unavailable during builds.

Installation

composer require kiwee/shopware-storefront-build-config

Contributing

Contributions (issues, pull-requests) are welcome!

Please refer to CONTRIBUTING to get started.