Download the PHP package pragmatic-modules/magento2-module-system-configuration-toolkit without Composer

On this page you can find all versions of the php package pragmatic-modules/magento2-module-system-configuration-toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-module-system-configuration-toolkit

System Configuration Toolkit

System Configuration Toolkit is a Magento 2 module that shows sort order of system configuration's tabs, sections, groups, and fields.

It also helps you to see full field paths, so no more looking for those.

Disclaimer: System Configuration Toolkit sole purpose is to speed up the process of adding new System Configuration during development.

There is no use case for live / production environments, and this module shouldn't really be installed there.

Installation

Configuration

In order to module take effect you have to enable it through

Store > Configuration > Pragmatic Modules > System Configuration Toolkit > General > Enable

You can enable functionalities separately to display

  1. sort orders of tabs, sections, groups, and fields
  2. field full path
  3. ACL Resource sort fields and IDs

Once you enable it, you have to clear config cache type by running bin/magento cache:clean config

Problem

It is quite common to add new system configurations for custom modules during development.

To do that, you have to determine where it should be displayed through adjusting sortOrder to the value that's in between the already existing tabs, and sections.

You can find sort orders in system.xml but because each module has its own separate system.xml it becomes a pain to find proper sort order of tabs and sections. The same problem applies to any adjustments to the existing system configuration.

When your job is to add a new field(s) to an existing group below some other field it can become a guessing game, sort order flipping, and cache refreshing, until the field finally lands where it is supposed to be.

Solution

System Configuration Toolkit module that will help save you time that you would normally spend on looking for system.xml sort orders or full paths.

How It Looks

Before:

After:

How It Works

System Configuration Toolkit is using two plugins: (1) for sort orders that are appended into the tabs, sections, groups, and field labels, (2) for field paths that are appended into field comment

Changelog

v.1.1.3 replace copy alert with fade-in fade-out

v.1.1.2 Copy to clipboard (thanks to @mehdichaouch)

v.1.1.1 bugfix

v.1.1.0 ACL Resources sort order, and IDs

v.1.0.0 initial release


All versions of magento2-module-system-configuration-toolkit with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pragmatic-modules/magento2-module-system-configuration-toolkit contains the following files

Loading the files please wait ....