uehler / shopware-shortcuts
this is a plugin for shopware 5.2 or newer which adds new shortcuts for the backend
Package info
github.com/uehler/shopware-shortcuts
Type:shopware-plugin
pkg:composer/uehler/shopware-shortcuts
v2.0.0
2018-09-25 20:14 UTC
Requires
- php: ~7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-02-26 12:46:49 UTC
README
this is a plugin for shopware 5.2 or newer which adds new shortcuts for the backend
the following shortcuts are added:
- Vote: ctrl + alt + v
- ProductStream: ctrl + alt + s
- Emotion: alt + e
- Blog: alt + b
- Voucher: alt + v
install
- go to the shop root
- clone the plugin
git clone git@github.com:uehler/shopware-shortcuts.git custom/plugins/ShopwareShortcuts
or get it via composer
composer require uehler/shopware-shortcuts
- install plugin
php bin/console sw:plugin:refresh
php bin/console sw:plugin:install --activate ShopwareShortcuts