kamiyang / ext-t3cv_export
Extbase console command to dump and export TYPO3 CONF VARS
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 7.0
- typo3/cms-core: >=8.7, <10.0
- typo3/cms-extbase: >=8.7, <10.0
Replaces
- kamiyang/t3cv_export: 0.1
- typo3-ter/t3cv_export: 0.1
This package is auto-updated.
Last update: 2024-11-21 21:24:47 UTC
README
Exporter
This extension adds a cli command that can be used to export certain TYPO3_CONF_VARS into a dot env (.env
) file that
lies outside of the web root.
Installation
Composer (recommended)
Using composer is an easy way to get the extension. Simply run composer req kamiyang/ext-t3cv_exporter
.
You might want to use the :dev-master
version for now as there is no 1.0 release yet.
After installing the extension, you need to enable it to use it in your TYPO3 environment.
Usage
Currently there are two tasks:
![Usage demonstration inside a terminal] usage