:navigation-title: Installation .. include:: /Includes.rst.txt .. _installation: ================================== Installation of extension icon_hub ================================== The extension :composer:`danielharing/icon-hub` can be installed either via Composer (recommended) or in classic mode. .. contents:: Table of contents :local: .. _installation-composer: Installation with Composer ========================== Check whether you are already using the extension with: .. code-block:: bash composer show | grep icon-hub This should either give you no result or something similar to: .. code-block:: none danielharing/icon-hub 13.0.0 If it is not installed yet, use the ``composer require`` command to install the extension: .. code-block:: bash composer require danielharing/icon-hub The given version depends on the version of the TYPO3 CMS Core you are using. .. _installation-classic: Installation in classic mode ============================ In the backend: .. rst-class:: bignums 1. Go to :guilabel:`Admin Tools > Extensions` 2. In the Docheader, select :guilabel:`Get Extensions` 3. Click :guilabel:`Update now` The button is on the top right. 4. Enter "icon_hub" in the search field 5. Click on :guilabel:`Go` 6. Click on the Action icon on the left for the extension: :guilabel:`Import and Install` Now the extension is installed, but not activated. To activate: 7. Choose :guilabel:`Installed Extensions` in the Docheader 8. Click on the icon with a :guilabel:`+` sign for the extension in the :guilabel:`A/D` column.