Download the PHP package kamiyang/ext-t3cv_export without Composer
On this page you can find all versions of the php package kamiyang/ext-t3cv_export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kamiyang/ext-t3cv_export
More information about kamiyang/ext-t3cv_export
Files in kamiyang/ext-t3cv_export
Download kamiyang/ext-t3cv_export
More information about kamiyang/ext-t3cv_export
Files in kamiyang/ext-t3cv_export
Vendor kamiyang
Package ext-t3cv_export
Short Description Extbase console command to dump and export TYPO3 CONF VARS
License GPL-3.0-or-later
Homepage https://github.com/KamiYang/ext-t3cv_export
Package ext-t3cv_export
Short Description Extbase console command to dump and export TYPO3 CONF VARS
License GPL-3.0-or-later
Homepage https://github.com/KamiYang/ext-t3cv_export
Please rate this library. Is it a good library?
Informations about the package ext-t3cv_export
TYPO3 CONF VARS Exporter
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:
command | description |
---|---|
t3cv_export:environment:dump | Prints $GLOBALS[TYPO3_CONF_VARS] that will be exported |
t3cv_export:environment:export | Export $GLOBALS[TYPO3_CONF_VARS] to .env file |
All versions of ext-t3cv_export with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.0
typo3/cms-core Version >=8.7, <10.0
typo3/cms-extbase Version >=8.7, <10.0
typo3/cms-core Version >=8.7, <10.0
typo3/cms-extbase Version >=8.7, <10.0
The package kamiyang/ext-t3cv_export contains the following files
Loading the files please wait ....