Skip to content

Magento 2 SplitDb Extension helps easier searching for configs and stores in the admin panel.

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

magentiz/magento-2-config-finder

Repository files navigation

Magentiz ConfigFinder by Magentiz

Magentiz_ConfigFinder Extension, config finder for magento 2

Requirements

  • Magento Community Edition 2.4.x or Magento Enterprise Edition 2.4.x
  • Exec function needs to be enabled in PHP settings.

Installation Method 1 - Installing via composer

  • Open command line
  • Using command "cd" navigate to your magento2 root directory
  • Run command: composer require magentiz/module-config-finder

Installation Method 2 - Installing using archive

  • Download ZIP Archive
  • Extract files
  • In your Magento 2 root directory create folder app/code/Magentiz/ConfigFinder
  • Copy files and folders from archive to that folder
  • In command line, using "cd", navigate to your Magento 2 root directory
  • Run commands:
php bin/magento module:enable Magentiz_ConfigFinder
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

User guide

Log into the Magento administration panel, go to Store > Configuration.

General

You can see the Find Config bar with the options:

  • Find Config: Search and display the configuration. General

  • Find Config with Text Results: Search and display the paths (links) to configurations. General

  • Clear Results: Hide search results.

You can also search for a store to configure. General

Support

If you have any issues, please contact us

Need More Features?

Please contact us to get a quote https://magentiz.com/

License

The code is licensed under Open Software License ("OSL") v. 3.0.