panix / mod-xml
Module xml
dev-master
2018-09-04 01:01 UTC
This package is auto-updated.
Last update: 2026-03-07 03:41:05 UTC
README
Module for xml.xml CORNER CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist panix/mod-xml "*"
or add
"panix/mod-xml": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'xml' => ['class' => 'panix\mod\xml\Module'],
],