Installation

Target group: Administrators

Installation with composer

Check whether you are already using the extension with

composer show | grep friendsoftypo3/dashboard

This should either give you no result or something similar to:

friendsoftypo3/dashboard                                    1.0.0            Dashboard for TYPO3

If it is not yet installed, use the composer require command to install the extension

composer require friendsoftypo3/dashboard

The given version depends on the version of the TYPO3 core you are using.

Now head over to the extension manager and activate the extension.

Installation without composer

Will not be possible at all, use composer!