PHPackages                             anasstouaticoder/magento2-module-instantconfigurationcopy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. anasstouaticoder/magento2-module-instantconfigurationcopy

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

anasstouaticoder/magento2-module-instantconfigurationcopy
=========================================================

The InstantConfigurationCopy module provides easy way to copy configuration field information for admin in back office Magento 2.

1.2.6(9mo ago)163.8k↓40.3%MITPHPPHP ^7.0 || ^8.0

Since Nov 6Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/anasstouaticoder/magento2-module-instantconfigurationcopy)[ Packagist](https://packagist.org/packages/anasstouaticoder/magento2-module-instantconfigurationcopy)[ RSS](/packages/anasstouaticoder-magento2-module-instantconfigurationcopy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

Magento 2 Module AnassTouatiCoder InstantConfigurationCopy
==========================================================

[](#magento-2-module-anasstouaticoder-instantconfigurationcopy)

Copy field path and value, display its override values in parent scope

 [![Supported Magento Versions](https://camo.githubusercontent.com/01b5b8dc5f7e792cf6cc9965fd63b2fc4d5985be8f5ddd344711025f26d24ad7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e322532307c253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/01b5b8dc5f7e792cf6cc9965fd63b2fc4d5985be8f5ddd344711025f26d24ad7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e322532307c253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265) [![Latest Stable Version](https://camo.githubusercontent.com/91e1e7a3ebfb42895c093f859d2cfc7017fe0d6f4c8a9aeaccc113761ad20ba3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d696e7374616e74636f6e66696775726174696f6e636f70792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anasstouaticoder/magento2-module-instantconfigurationcopy) [![Composer Downloads](https://camo.githubusercontent.com/4e4c92ebe2c2eb214e97a956b54b535d4cdf0038a42dd154b831dbeca6732358/68747470733a2f2f706f7365722e707567782e6f72672f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d696e7374616e74636f6e66696775726174696f6e636f70792f646f776e6c6f616473)](https://packagist.org/packages/anasstouaticoder/magento2-module-instantconfigurationcopy) [![Maintained - Yes](https://camo.githubusercontent.com/04aba48520e6322ebc6c41b7995626a88ce408bd46ec4eb15ae474936b345276/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d7965732d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

```
``anasstouaticoder/magento2-module-instantconfigurationcopy``

```

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [usage](#markdown-header-usage)
- [License](#markdown-header-license)

Main Functionalities
--------------------

[](#main-functionalities)

Provide easy way to copy fields path and value in configuration section

Installation
------------

[](#installation)

\* = in production please use the `--keep-generated` option

### install from composer 2

[](#install-from-composer-2)

- In magento project root directory run command `composer require anasstouaticoder/magento2-module-instantconfigurationcopy`
- Enable the module by running `php bin/magento module:enable AnassTouatiCoder_InstantConfigurationCopy`
- Flush the cache by running `php bin/magento cache:flush`

### Zip file

[](#zip-file)

- Unzip the zip file in `app/code/AnassTouatiCoder`
- Enable the module by running `php bin/magento module:enable AnassTouatiCoder_InstantConfigurationCopy`
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

### Type 1 : In Back Office

[](#type-1--in-back-office)

After installing the plugin, it is easy to activate it, login in as administrator, then navigate to Stores =&gt; Configuration =&gt; Advanced =&gt; Developer =&gt; Debug =&gt; Enable System Config Path Hints For Admin or Enable System Config copy value For Admin, finally select yes and save. now under each configuration field you see that there is path : configuration path, copy path button and copy value button

### Type 2 : Using Magento CLI

[](#type-2--using-magento-cli)

Enabling display field paths and copy path button : `bin/magento config:set 'anasstouaticoder_dev/system_config/system_path_hint 1`

Enabling copy value button: `bin/magento config:set 'anasstouaticoder_dev/system_config/system_field_value 1`

Enabling display override value of sub scopes : `bin/magento config:set 'anasstouaticoder_dev/system_config/system_override_values 1`

Specifications
--------------

[](#specifications)

This plugin provides easy way to copy configuration field paths or its value to the clipboard. It also displays all values configured in sub scopes websites or in a modal.

For copying value and displaying sub values in modal parts, both support these field types : text, textarea, select, and multiselect

Usage
-----

[](#usage)

The idea behind this plugin is to make admins and developers lives much easier, instead of them searching inside the page DOM using inspect tool or in Project files, the plugin is providing them a shortcut to path configuration and copy button to clipboard. [See plugin wiki](https://github.com/anasstouaticoder/magento2-module-instantconfigurationcopy/wiki/Project-Demo)

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance57

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~217 days

Total

19

Last Release

284d ago

PHP version history (2 changes)1.1.6PHP ~7.0||~7.1||~7.2||~7.3||~7.4.0||~8.1||~8.2

1.2.6PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b94c75be06a95da0e1b46e7b58cf506861527ba97b1374081dc7b4d74a3e77bb?d=identicon)[anasstouaticode](/maintainers/anasstouaticode)

---

Top Contributors

[![anasstouaticoder](https://avatars.githubusercontent.com/u/16495903?v=4)](https://github.com/anasstouaticoder "anasstouaticoder (3 commits)")

---

Tags

magento 2back officecopy to clipboardconfig hint pathhint pathconfig valuecopy past

### Embed Badge

![Health badge](/badges/anasstouaticoder-magento2-module-instantconfigurationcopy/health.svg)

```
[![Health](https://phpackages.com/badges/anasstouaticoder-magento2-module-instantconfigurationcopy/health.svg)](https://phpackages.com/packages/anasstouaticoder-magento2-module-instantconfigurationcopy)
```

###  Alternatives

[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[magepal/magento2-googletagmanager

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

2671.5M4](/packages/magepal-magento2-googletagmanager)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[magepal/magento2-reindex

Reindex your Magento2 store quickly and easily from backend/admin, instead of command line.

112649.7k1](/packages/magepal-magento2-reindex)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
