Installation

There are various ways to install the extension. The preferred way is the installation with Composer.

composer require kanow/operations
Copied!

Or you can clone it directly from github. Please check whether your are in correct branch or version afterwards.

git clone git@github.com:kanow/operations.git
Copied!

The old way is downloading the extension in Extension Manager in TYPO3 backend or downloading a zip file from https://extensions.typo3.org/extension/operations/ and upload those file in Extension Manager.

You can find more information about installing TYPO3 Extensions in Getting Started documentation of TYPO3.