/magento-admin-launcher

An intuitive and powerful launcher for Magento admin panel

Primary LanguagePHP

An intuitive and powerful launcher for Magento admin panel

Bubble Launcher

Features

  • Quick access to the launcher via spacebar hotkey (customizable)
  • Fast search thanks to client-side indexation
  • Use scoped query with keyword auto-suggestion (e.g. config, menu, action)
  • Perform common tasks quickly such as "Clear Cache" and "Reindex All"
  • Default indexers: menu, config, actions
  • Other available indexers (disabled by default): products, categories, customers, orders, promotions, attributes
  • Add your own logic easily by writing custom indexers and actions

Installation

Magento CE 1.6.x, 1.7.x, 1.8.x, 1.9.x

Install with modgit:

$ cd /path/to/magento
$ modgit init
$ modgit clone launcher https://github.com/jreinke/magento-admin-launcher.git

or download package manually:

  • Download latest version here
  • Unzip in Magento root folder
  • Clear cache

Full overview available here.

Install with Modman

$ cd /path/to/magento
$ modman init
$ modman clone