thelia / config-doc-module
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-14 21:41:27 UTC
README
This module exports Thelia configuration variables name, title and description in json, yml, xml and php array formats.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ConfigDoc. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/config-doc-module:~1.1
Usage
To use this module, open a terminal and run:
$ php Thelia thelia:config:export [-f|--format (yml,json,xml,array)] [-o|--output-file where_to_write_the_file.ext]