Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: TYPO3 ELTS.
Extension development
Concepts
Learn about the concept of extensions in TYPO3, the difference between system extensions and local extensions. Learn about Extbase as an MVC basis for extension development.
File structure
Lists reserved file and directory names within an extension. Also lists file names that are used in a certain way by convention.
This chapter should also help you to find your way around in extensions and sitepackages that were automatically generated or that you downloaded as an example.
Site package
A site package is a custom TYPO3 extension that contains files regarding the theme of a site.
Extension kickstarters
Learn about tools that help you to create a new Extension or add functionality to an existing extension.
Howto
Helps you kickstart your own extension or sitepackage. Explains how to publish an extension. Contains howto for different situations like creating a frontend plugin, a backend module or to extend existing TCA.
Extbase
Extbase is an extension framework to create TYPO3 frontend plugins and TYPO3 backend modules.
Best practises and conventions
Explains how to pick an extensions key, how things should be named and how to best use configuration files (ext_localconf.php and ext_tables.php)
Tutorials
Contains tutorials on extension development in TYPO3.