Composer 

To install this extension with Composer, you must first define the package as a composer requirement and then perform a database update.

Install the extension 

In your command line interface, change to the root directory of your project (where the composer.json of your project is located) and enter the following command:

composer require erhaweb/klaro-consent-manager
Copied!

or with ddev:

ddev composer require erhaweb/klaro-consent-manager
Copied!

Apply database changes 

Follow the steps below to make all necessary database changes:

  1. Open the TYPO3 backend.
  2. Open the Maintenance module. See Compatibility for the complete TYPO3 v13/v14 backend path overview.

    TYPO3 v13 TYPO3 v14
    Admin ToolsMaintenance SystemMaintenance
  3. In the card Analyze Database Structure click Analyze database…

    The following database changes are proposed:

    Maintenance module with proposed database schema changes for the Klaro extension
  4. Click the button Apply selected changes

After installation and database setup, continue with Quick start.