lst/backend-module

A convenience extension for quickly creating TYPO3 backend modules

Installs: 2 509

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

2.2.1 2021-03-10 14:29 UTC

This package is auto-updated.

Last update: 2024-04-10 21:07:42 UTC


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.