thelia / config-doc-module
1.1
2015-05-29 08:45 UTC
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-09-14 21:31:11 UTC
README
此模块导出Thelia配置变量名称、标题和描述,格式为json、yml、xml和php数组。
安装
手动安装
- 将模块复制到
<thelia_root>/local/modules/
目录,并确保模块名称为ConfigDoc。 - 在Thelia管理面板中激活它
Composer
将其添加到主thelia composer.json文件中
composer require thelia/config-doc-module:~1.1
使用方法
要使用此模块,请打开终端并运行
$ php Thelia thelia:config:export [-f|--format (yml,json,xml,array)] [-o|--output-file where_to_write_the_file.ext]