Download the PHP package flagbit/shopware-maintenance without Composer
On this page you can find all versions of the php package flagbit/shopware-maintenance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flagbit/shopware-maintenance
More information about flagbit/shopware-maintenance
Files in flagbit/shopware-maintenance
Package shopware-maintenance
Short Description A Shopware extension for easy maintenance.
License MIT
Informations about the package shopware-maintenance
Flagbit Shopware Maintenance
A Shopware extension for easy maintenance
Installation • Development • Troubleshooting
Installation
Step 1: Download the bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Install/Uninstall plugins
The file config/plugins.php
defines which Shopware plugins should be enabled or disabled.
It is divided in different groups core
, third_party
, agency
and project
, which are installed in exactly this order.
Example
Groups
Core
In the group core
should be the plugins from shopware itself. Those mostly start with Swag
.
Third-Party
The group third_party
is for plugin of other agencies which we get from the store.
Agency
Plugins which are from flagbit but aren't for specific for this project and can be used in other projects as well, it should be in agency
.
Project
The group project
is for plugins which are specifically developed for this project.
Define Config
The file config/config.yaml
defines Shopware plugin configuration values to be set.
Example
Use global for all SalesChannels. Or use the name from one SalesChannel translation to update the config.
We do not use the uuid from the SalesChannel because this can be different from envoirment to envoirment.
Commands
Troubleshooting
Supported with :heart: by Flagbit GmbH & Co. KG
All versions of shopware-maintenance with dependencies
symfony/console Version ^6.3|^7.0
symfony/framework-bundle Version ^6.3|^7.0