Installation
Installation via Composer
The recommended way to install ai3-alttext is via Composer:
Install the extension
composer require wegewerk/ai3_alttext
Copied!
This will also pull in wegewerk/ai3_core automatically.
Activate the extension
After installation, activate the extension in the TYPO3 backend:
- Open Admin Tools > Extensions
- Find Ai3 Alt Text in the list
- Click the Activate button
Note
When using Composer-based TYPO3 installations the extension is activated automatically. No manual activation is required.
Database update
No additional database tables are created by this extension. All generation task data is stored via wegewerk/ai3_core .
Run the database analyser after installation to ensure the core tables are up to date:
Admin Tools > Maintenance > Analyze Database Structure