thelia/config-doc-module

安装: 10

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 7

分支: 0

开放问题: 0

类型:thelia-module

1.1 2015-05-29 08:45 UTC

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]