kiwee / shopware-storefront-build-config
Updates storefront build config to load it from instead of database.
Installs: 323
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/storefront: ^6.5
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.