PHPackages                             sschreier/administration-dashboard - 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. [Admin Panels](/categories/admin)
4. /
5. sschreier/administration-dashboard

ActiveShopware-platform-plugin[Admin Panels](/categories/admin)

sschreier/administration-dashboard
==================================

customizing the administration dashboard

1.3.1(7mo ago)12492GPL-3.0-or-laterTwig

Since Nov 27Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/sschreier/SschreierAdministrationDashboard)[ Packagist](https://packagist.org/packages/sschreier/administration-dashboard)[ RSS](/packages/sschreier-administration-dashboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

An extension which customizing the administration dashboard for Shopware 6
==========================================================================

[](#an-extension-which-customizing-the-administration-dashboard-for-shopware-6)

The *administration dashboard can be customized* via the extension. For this purpose, it offers under "*Settings*" -&gt; "*System*"&gt; "*Users &amp; permissions*" -&gt; "*Roles*" in the area "*Additional permissions*" a new area "*Dashboard*" in which you can *hide* the following areas of the dashboard for the selected role:

- the *greeting*
- the *checklist* area
- the *feedback* area.

The areas *today's statistics*, *statistics of the orders* and *statistics of the turnover* cannot be hidden individually, because Shopware plans to remove this areas as part of an update and probably replace it with Shopware Analytics. See:  .

To hide the *statistics*, the checkbox "*View*" under "*Orders*" and "*Orders*" must be deactivated.

The *Administrator* account always see all areas on the dashboard, because he has no own role.

How to install the extension
----------------------------

[](#how-to-install-the-extension)

### via zip and console (recommended)

[](#via-zip-and-console-recommended)

1. Download the latest *SschreierAdministrationDashboard-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierAdministrationDashboard*.
3. Move the folder to the project folder *custom/plugins/* .
4. Connect to the console via ssh:

```
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

```

### via composer

[](#via-composer)

1. Add the repository URL to the composer.json of the project

```
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierAdministrationDashboard"
    }
],

```

2. Connect to the console via ssh and install the plugin via the command

```
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

```

### via

[](#via-httpspackagistorg)

- Connect to the console via ssh and install the plugin via the command

```
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

```

### via zip upload

[](#via-zip-upload)

1. Download the latest *SschreierAdministrationDashboard-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierAdministrationDashboard*.
3. Zip the folder to *SschreierAdministrationDashboard.zip*.
4. Upload the zip in the Shopware Administration.
5. Install &amp; Activate the extension.

#### extension update (zip)

[](#extension-update-zip)

1. Download the latest *SschreierAdministrationDashboard-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierAdministrationDashboard*.
3. Zip the folder to *SschreierAdministrationDashboard.zip*.
4. Upload the zip in the Shopware Administration.
5. Update the extension.

Images
------

[](#images)

### administration dashboard without the areas for the *checklist* and the *feedback*

[](#administration-dashboard-without-the-areas-for-the-checklist-and-the-feedback)

[![administration dashboard without the areas for the checklist and the feedback](https://camo.githubusercontent.com/525555f0364c25e285c44ddf389ec625dd283e1fecd3f80087cdac71904f8e8c/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765312e6a7067)](https://camo.githubusercontent.com/525555f0364c25e285c44ddf389ec625dd283e1fecd3f80087cdac71904f8e8c/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765312e6a7067)

### administration dashboard without the areas for the *greeting*, the *checklist* and the *feedback*

[](#administration-dashboard-without-the-areas-for-the-greeting-the-checklist-and-the-feedback)

[![administration dashboard without the areas for the greeting, the checklist and the feedback](https://camo.githubusercontent.com/ec3d3985365f143461bfaee325e0bfd73f1a0931982059670234e81b4ef4c5ac/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765322e6a7067)](https://camo.githubusercontent.com/ec3d3985365f143461bfaee325e0bfd73f1a0931982059670234e81b4ef4c5ac/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765322e6a7067)

### new area "*Dashboard*" under "*Settings*" -&gt; "*System*"&gt; "*Users &amp; permissions*" -&gt; "*Roles*" in the area "*Additional permissions*" in which you can *hide* the areas of the dashboard for the selected role

[](#new-area-dashboard-under-settings---system-users--permissions---roles-in-the-area-additional-permissions-in-which-you-can-hide-the-areas-of-the-dashboard-for-the-selected-role)

[![new area Dashboard in which you can hide the areas of the dashboard for the selected role](https://camo.githubusercontent.com/5035662caa70b1cac42bbcd14de971aa7f3f75991902503a8a9cf303b318c65e/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765352e6a7067)](https://camo.githubusercontent.com/5035662caa70b1cac42bbcd14de971aa7f3f75991902503a8a9cf303b318c65e/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f53736368726569657241646d696e697374726174696f6e44617368626f6172642f53736368726569657241646d696e697374726174696f6e44617368626f6172642d496d616765352e6a7067)

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance69

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~113 days

Recently: every ~66 days

Total

7

Last Release

210d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62dc2323b3934f1d1569745338904fc37f372802ebdd6e945a4938b399aaf4da?d=identicon)[sschreier](/maintainers/sschreier)

---

Tags

administrationdashboardshopwareshopware-platform-pluginshopware-pluginshopware6shopware6-plugin

### Embed Badge

![Health badge](/badges/sschreier-administration-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/sschreier-administration-dashboard/health.svg)](https://phpackages.com/packages/sschreier-administration-dashboard)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
