Installation
Composer
Install the extension via Composer:
composer require oliverkroener/ok-typo3-helper
Copied!
Local path repository
When used as a local path-repository extension (as in the
oliverkroener project layout), place the package under packages/ and
require it as a development version:
composer require oliverkroener/ok-typo3-helper:@dev
Copied!
Setup
After installation, run the extension setup and flush caches:
vendor/bin/typo3 extension:setup
vendor/bin/typo3 cache:flush
Copied!
The Microsoft Graph SDK (microsoft/microsoft-graph) and the MIME parser
(zbateson/mail-mime-parser) are declared as dependencies and are installed
automatically.