lst / backend-module
A convenience extension for quickly creating TYPO3 backend modules
Package info
github.com/lst-ag/backend_module
Type:typo3-cms-extension
pkg:composer/lst/backend-module
2.2.1
2021-03-10 14:29 UTC
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.