Installation
Requirements
- PHP 8.1 - 8.4
- TYPO3 12.4 LTS - 13.4 LTS
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!