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
Requires
- php: ^8.2
This package is auto-updated.
Last update: 2024-10-16 14:40:20 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