dwenzel / t3extension-tools
Tools for TYPO3 CMS extensions
Installs: 26 955
Dependents: 4
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 2
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
Requires (Dev)
- nimut/testing-framework: ^6.0
- roave/security-advisories: dev-latest
README
Provide tools for extensions of the TYPO3 CMS
Installation
composer require dwenzel/t3extension-tools
Note: This extension will be updated in TYPO3 Extension Repository sporadically only.
Use the latest composer version instead.
Features
- register plugins
- register modules
- configure tables
- allow tables on standard pages
- add localized description for tables (context sensitive help)
- register bitmap and SVG icons
- load TypoScript and PageTS config
- use interfaces and traits for console commands
Caveats
Make sure, no other extension is extending TYPO3\CMS\Extbase\Service\ExtensionService
.
If an extending class is registered via TypoScript it will be found at
config.tx_extbase.objects.TYPO3\CMS\Extbase\Service\ExtensionService.className
.