Installation
The recommended way to install this extension is via Composer.
Composer
Install via Composer
composer require rtfirst/page-graph
Copied!
Then activate and clear caches:
Activate the extension
vendor/bin/typo3 extension:setup
vendor/bin/typo3 cache:flush
Copied!
Requirements
- TYPO3 12.4, 13.x, or 14.x
- PHP 8.1 or higher
- TYPO3 Dashboard system extension (
typo3/cms-dashboard)