.. include:: /Includes.rst.txt .. _creating-a-first-extension: =============================================== Creating a First Extension =============================================== In this chapter you learn the basics of an extension based on Extbase and fluid. You build a minimalistic extension, which is reduced to the absolutely necessary structures. So you can get a first overview without being confused by details. In the following chapters we will turn to a more complex example, to cover exhaustively all fundamental attributes of Extbase and Fluid. You can get the extension here: ``_ .. toctree:: :hidden: 1-the-example-extension 2-create-folder-structure-and-configuration-files 3-create-the-domain-model 4-make-products-persistent 5-controlling-the-flow 6-adding-the-template 7-configuring-the-plugin