Installation
Composer
If your TYPO3 installation runs in Composer mode, execute the following command:
composer req jweiland/checkfaluploads
vendor/bin/typo3 extension:setup --extension=checkfaluploads
If you work with DDEV, execute this command instead:
ddev composer req jweiland/checkfaluploads
ddev exec vendor/bin/typo3 extension:setup --extension=checkfaluploads
ExtensionManager
On non-Composer-based TYPO3 installations, you can still install
checkfaluploads via the Extension Manager:
-
Log in
Log in to your TYPO3 installation's backend as an administrator or system maintainer.
-
Open the Extension Manager
Click
Extensionsin the left-hand menu to open the Extension Manager. -
Update the extension list
Choose
Get Extensionsfrom the drop-down at the top and click theUpdate nowbutton in the upper right corner. -
Install
checkfaluploadsUse the search field to find
checkfaluploads, select it from the search results, and click the cloud icon to install it.