ticaje / m2-configuration
This module constitutes the foundations for using the settings according to design by contract basis
Installs: 144
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2024-10-09 15:43:13 UTC
README
Preface
This module is an attempt to create a standard approach to normalize the use of all configurations defined in adminhtml/system.xml. I personally prefer creating a directory structure within adminhtml directory where in a per configuration basis i define a file for a group of configurations inside my module.
Then making use of this module i define de interfaces and classes for each file i've created. An example of such workaround is provided.
Installation
You can install this package using composer(the only way i recommend)
composer require ticaje/m2-configuration
Contributing
Please see CONTRIBUTING for details.
Credits
License
The GNU General Public License (GPLv3). Please see License File for more information.