hgati/module-backend-search

Advanced backend search on admin panel

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2024-03-16 13:23 UTC

This package is auto-updated.

Last update: 2024-04-16 13:33:09 UTC


README

  • When searching for Magento backend, it searches in both configuration and menu.

Installation

  • Install the module composer by running composer require hgati/module-backend-search:dev-master
  • enable the module by running php bin/magento module:enable Hgati_BackendSearch
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush