Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Documentation/Installation/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Documentation/Installation/Index.rst

.. include:: /Includes.rst.txt

.. _installation:

============
Installation
============

.. _installation_composer:

With Composer
=============

If your TYPO3 installation is using Composer, install the import/export
extension by:

.. code-block:: bash

    composer require typo3/cms-impexp

If you are using Composer and not working with the latest version of TYPO3
you will need to add a version constraint:

.. code-block:: bash

    composer require typo3/cms-impexp:"^10.4"

Installing the extension prior to version 11.4
----------------------------------------------

Before TYPO3 11.4 it was still necessary to manually activate extensions
installed via Composer using the Extension Manager.

If you are using TYPO3 with Composer and are using a version of TYPO3 that is
older than 11.4, you will need to activate the extension:

- Access :guilabel:`Admin Tools > Extension Manager > Installed Extensions`
- Search for `impexp`
- Activate the extension by selecting the :guilabel:`Activate` button in the
  column labeled :guilabel:`A/D`

.. _installation_legacy:

Without Composer
================

If you are working with an installation of TYPO3 that doesn't use Composer, this
extension will already be part of the installation due to the fact that
"classic" `.tar` & `.zip` packages come bundled with all system extensions.

However, whilst the extension is already downloaded, it is likely that the
extension is not activated.

To activate the import/export tool, navigate to
:guilabel:`Admin Tools > Extension Manager > Installed Extensions` and
search for "impexp". If the extension is not active, activate it by selecting
the :guilabel:`Activate` button in the column labeled :guilabel:`A/D`.

Admin rights are required to activate the extension.