lst / backend-module
A convenience extension for quickly creating TYPO3 backend modules
Installs: 2 518
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ~9.5.17 || ~10.4.2
Replaces
README
This TYPO3 extension provides view helpers and traits as a foundation to quickly build TYPO3 backend modules.
Installation
Install this extension using composer: composer require lst/backend-module
.
Usage
Let your backend controller extend the BackendModuleActionController
class and use the provided methods and
viewhelpers to create your custom backend module.
Check out the TYPO3 extension EXT:teaser_manager as an example.
Supported versions
This extension supports TYPO3 9 LTS and TYPO3 10 LTS.
Change log
You can find the change log here.