Installation
Requirements
- TYPO3 CMS 13.4 or 14.x
- wegewerk/ai3_core (installed automatically as a dependency)
- typo3/cms-fluid-styled-content 13.4 or 14.x
- A valid ZAK-AI API key (see Configuration)
Installation via Composer
Ai3 Summary is installed exclusively via Composer. Run the following command in your TYPO3 project root:
Install the extension
composer require wegewerk/ai3_summary
Copied!
Activate the extension
After installation, activate the extension using the TYPO3 CLI:
Activate via CLI
vendor/bin/typo3 extension:activate ai3_summary
Copied!
Alternatively, activate it in the TYPO3 backend under Admin Tools > Extensions.