Installation
The extension currently supports TYPO3 v12 and v13.
Composer
The installation via composer is recommended.
composer require f7media/cacheflow
Copied!
TYPO3 Extension Repository
For non-composer projects, the extension is available in TER as extension key cacheflow
and can be installed using
the extension manager.
Update the database scheme
Open your TYPO3 backend with t3start:system-maintainer permissions.
In the module menu to the left navigate to Admin Tools > Maintanance, then click on Analyze database and create all.
See also t3upgrade:run-the-database-analyser