PHPackages                             flagbit/shopware-maintenance - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. flagbit/shopware-maintenance

ActiveSymfony-bundle

flagbit/shopware-maintenance
============================

A Shopware extension for easy maintenance.

v3.0.0(1y ago)1929.8k↓44.1%1[2 PRs](https://github.com/flagbit/shopware-maintenance/pulls)MITPHP

Since Oct 11Pushed 2mo ago14 watchersCompare

[ Source](https://github.com/flagbit/shopware-maintenance)[ Packagist](https://packagist.org/packages/flagbit/shopware-maintenance)[ RSS](/packages/flagbit-shopware-maintenance/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (17)Used By (0)

 Flagbit Shopware Maintenance

===============================

[](#--flagbit-shopware-maintenance--)

#### A Shopware extension for easy maintenance

[](#a-shopware-extension-for-easy-maintenance)

 [Installation](#installation) • [Development](#development) • [Troubleshooting](#troubleshooting)

Installation
------------

[](#installation)

### Step 1: Download the bundle

[](#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:

```
$ composer require flagbit/shopware-maintenance
```

### Step 2: Enable the 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:

```
// config/bundles.php

return [
    // ...
    Flagbit\Shopware\ShopwareMaintenance\ShopwareMaintenance::class => ['all' => true],
];
```

Usage
-----

[](#usage)

### Install/Uninstall plugins

[](#installuninstall-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**

```
# config/plugins.php
