arndtteunissen / realurl-clear-cache-command
This package adds an extbase command to clear the realurl cache tables
Installs: 278
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.0 <7.3
- dmitryd/typo3-realurl: ^2.0
- typo3/cms-core: ^8.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
Replaces
- realurl_clear_cache_command: 1.0.0
- typo3-ter/realurl-clear-cache-command: 1.0.0
This package is auto-updated.
Last update: 2024-12-11 20:18:47 UTC
README
This extension adds a simple extbase command to clear the realurl cache tables.
Only works for TYPO3 8.7 because it uses the Doctrine QueryBuilder.
Installation
An installation with composer is suggested. Use
composer require arndtteunissen/realurl-clear-cache-command
to install this extension.