Installation¶
Requirements¶
| TYPO3 | 12.4 LTS, 13.4 LTS or 14.x |
| PHP | 8.2 or newer |
| Dependencies | TYPO3 Dashboard (for the widget); ApexCharts is bundled locally |
Install with Composer¶
composer require netthinks/nt-supporttimes
vendor/bin/typo3 extension:setup
vendor/bin/typo3 cache:flush
Install from the TER¶
Without Composer, install it from the TYPO3 Extension Repository: download the extension, install it through the Extension Manager and activate it.
Include the static template¶
The frontend roadmap needs the extension's TypoScript:
- Open the Template module.
- Edit the root TypoScript record of your site.
- Under Includes, add the static template Support Times (nt_supporttimes).
The dashboard widget and the outdated-version warning work without this step — the static template is only required for the frontend plugin.