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:

  1. Open Admin Tools > Extensions
  2. Find Ai3 Alt Text in the list
  3. Click the Activate button

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