Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
/ DnBash Public archive

Shopware plugin that adds a semi-interactive web shell to backend

License

Notifications You must be signed in to change notification settings

dneustadt/DnBash

Repository files navigation

Command Line in Shopware

Discontinued - now part of FroshMaintenance

This plugin adds command line window (semi-interactive web shell) to the Shopware backend.

It's based on phpbash by Arrexel

Changes to phpbash:

  • Integration and refactoring of the JavaScript/CSS into ExtJS Components
  • Rewritten parts of the PHP code for use in Shopware Controllers and CS reformatting.

Why?

Because we can.

Obviously it is highly recommended to not permanently deploy this plugin to a production environment. This is ment to be a temporary maintenance tool in cases where, for whatever reason, there is no access to the actual bash.

Installation

  • Clone this repository into a folder DnBash within the custom/plugins directory of the Shopware installation.
  • Install the plugin through the Plugin-Manager within the Shopware backend.

Install with composer

  • Change to your root installation of shopware
  • Run command composer require dneustadt/dn-bash and install and activate plugin with Plugin Manager

Requirements

  • Shopware 5.3.4 or higher
  • PHP 7.0