Download the PHP package digitalwerk/typo3-element-registry-cli without Composer
On this page you can find all versions of the php package digitalwerk/typo3-element-registry-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitalwerk/typo3-element-registry-cli
More information about digitalwerk/typo3-element-registry-cli
Files in digitalwerk/typo3-element-registry-cli
Download digitalwerk/typo3-element-registry-cli
More information about digitalwerk/typo3-element-registry-cli
Files in digitalwerk/typo3-element-registry-cli
Vendor digitalwerk
Package typo3-element-registry-cli
Short Description Helper for registering Typo3 content elements, page types or plugins.
License GPL-2.0-or-later
Package typo3-element-registry-cli
Short Description Helper for registering Typo3 content elements, page types or plugins.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package typo3-element-registry-cli
Typo3 element registry CLI
Create a new elements (like Content element, Page type, etc..) with CLI.
Install
Install extension via composer composer require digitalwerk/typo3-element-registry-cli
and activate it in Extension module
Setup
Extension settings
After activating extension, you have to fill in extension settings.
General
- vendor
Content element
- classExtend (optional)
- modelExtend (optional)
- classTemplatePath (optional)
- modelTemplatePath (optional)
- templateTemplatePath (optional)
Page type
- typoScriptConstantsPath (required)
- path to typoscript constants (Eg. EXT:{extension}/Configuration/TypoScript/constants.typoscript)
-
utilityPath
- Path to utility class
- Utility class must contain addPageDoktype(int $doktype) static function
- modelExtend (optional)
- modelTemplatePath (optional)
Plugin
- controllerExtend (optional)
Record
- modelTemplatePath (optional)
- tcaTemplatePath (optional)
Markers
/* Registered icons /
- Where: EXT:{extension}/ext_localconf.php
/* Plugins configuration /
- Where: EXT:{extension}/ext_localconf.php
/* Page types /
- Where: EXT:{extension}/Configuration/Extbase/Persistence/Classes.php
/* Add page doktypes /
- Where: EXT:{extension}/ext_tables.php
Usage
Commands
- dw:make:contentElement
- dw:make:pageType
- dw:make:record
- dw:make:plugin
All versions of typo3-element-registry-cli with dependencies
PHP Build Version
Package Version
Requires
digitalwerk/content_element_registry Version
>=11 <12.9.9
typo3/cms-core Version >=11 <12.9.9
php Version >=7.4
typo3/cms-core Version >=11 <12.9.9
php Version >=7.4
The package digitalwerk/typo3-element-registry-cli contains the following files
Loading the files please wait ....