Installation

Install the extension with Composer

  1. In your command line interface, change to the root directory of your project and enter the following command:

    composer req erhaweb/partner-rating
    
  2. Apply database changes

    This extension requires a database update to add new tables that store the information about departments, partners, rating reasons and ratings.

    These tables can be created under Admin ToolsMaintenanceAnalyze Database StructureApply selected changes.

    Maintenance: Analyze Database Structure

    Maintenance: Analyze Database Structure

    Tip

    If you have installed the TYPO3 Console Extension by Helmut Hummel, you can also create the missing tables with the following command:

    # TYPO3 11.5
    typo3cms database:updateschema "*.add,*.change"
    
    # TYPO3 12.4
    typo3 database:updateschema "*.add,*.change"