Download the PHP package christianessl/adminpanel_routing without Composer
On this page you can find all versions of the php package christianessl/adminpanel_routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download christianessl/adminpanel_routing
More information about christianessl/adminpanel_routing
Files in christianessl/adminpanel_routing
Package adminpanel_routing
Short Description Debug Routing information in the adminpanel in TYPO3 9.5+.
License GPL-2.0-or-later
Homepage https://christianessl.at
Informations about the package adminpanel_routing
TYPO3 Extension "adminpanel_routing"
Debug Routing information in the adminpanel in TYPO3 9.5+.
What does it do?
This extensions shows debugging information related to Routing API. It catches each generated uri during a page request and lists it in the "Debug -> Routing Information" module in the admin panel.
For example, for "enhanced" uris, it can show you the "original parameters", their internal "deflated" state and the "resolved" parameters, which could then, for example have been enhanced by replacing its uid with a slug by a PersistedAliasMapper.
This is the first working version of the extension and likely still has a lot of room for improvements. Testing and feature requests/ideas are very much appreciated.
Images
Requirements
Currently only supports 9.5 LTS.
Installation
Installation with composer
composer require christianessl/adminpanel_routing
.
TODOS
- Replace ugly XClass (An Event Listener would be required inside the PageRouter class in the core)
- Replace Signal/Slots with PSR-14 Event Listeners (which require TYPO3 10)
- Also list aspects in the adminpanel
- Also show debug information for PageRouter::matchRequest()?
- Create tests