Installation 

You can install DCE with or without composer.

Requirements 

  • TYPO3 14.3 or newer within the TYPO3 14 release line
  • PHP 8.2
  • PHP extensions DOM and JSON

With composer 

Require DCE on the command line:

$ composer req t3/dce:"^4.0"
Copied!

Composer installs and activates DCE automatically. Afterwards, set up the extensions and apply the required database schema changes:

$ vendor/bin/typo3 extension:setup
Copied!

Without composer 

You can also fetch DCE from TER and install it without Composer. Import and activate the extension through System > Extensions.

DCE provides no further options here.