.. include:: /Includes.rst.txt .. _installation: ============ Installation ============ .. important:: For the correct work of the extension, the jQuery library has to be included. Composer Installation ===================== For composer-based installation the following command should be run: .. code-block:: php composer require ydt/frontend-user Then setup the extension with the command: .. code-block:: php ./vendor/bin/typo3 extension:setup For further details see `Managing Extensions `__. Legacy Installation =================== For legacy installation see `Legacy Management `__.