Installation 

Requirements 

  • PHP 8.2 - 8.5
  • TYPO3 13.4 LTS & 14.0+

Version Matrix 

Version TYPO3 PHP
2.x 13-14 8.2-8.5
1.x 12-13 8.1-8.5

Install 

Require the extension via Composer (recommended):

composer require xima/xima-typo3-content-planner
Copied!

Or download it from the TYPO3 extension repository.

Setup 

After the installation, update the database schema and setup the extension:

vendor/bin/typo3 database:updateschema
vendor/bin/typo3 extension:setup --extension=xima_typo3_content_planner
Copied!