eugene-petrov/magento2-custom-xml-config

How to create and read a custom xml file. E.g.: etc/custom_config.xml

dev-main 2021-10-21 12:05 UTC

This package is auto-updated.

Last update: 2024-09-21 18:37:12 UTC


README

ExtDN M2 Coding Standard ExtDN M2 Mess Detector ExtDN M2 PHPStan

Snippet_CustomXmlConfig

Task: You need to create a custom config file.

Test url: http://{host.name}/config/

To enable this module execute:

  • php bin/magento --clear-static-content module:enable Snippet_CustomXmlConfig
  • php bin/magento setup:upgrade