typo3-extension-workshop/Documentation/source/index.rst

45 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2018-08-13 12:25:20 +02:00
Welcome to TYPO3 Extension Workshop
===================================
2018-11-05 09:20:34 +01:00
This workshop is about the basics of TYPO3 extensions, using Extbase and Fluid.
2018-08-13 14:16:27 +02:00
Some "rules" for the workshop
-----------------------------
* You will write all the code yourself. The repository is available though, if you need
help or are to lazy… .
* We will not call APIs without checking out their code. Always understand what your
own code does.
* I'm using the latest TYPO3 CMS 9 LTS, most of the parts are so basic, they should
work from 4.5 onwards.
* Ask questions as soon as possible. This way we have the context.
2018-11-05 09:20:34 +01:00
* Tell me if you want less details.
* All materials are available on Github: https://github.com/DanielSiepmann/typo3-extension-workshop
* When should we make breaks? Any Smokers here?
Topics
------
2018-08-13 14:16:27 +02:00
We will cover the following topics during the workshop, to build a foundation to
build custom extensions:
2018-08-13 12:25:20 +02:00
.. toctree::
:maxdepth: 2
2018-08-13 14:16:27 +02:00
:numbered:
2018-08-13 12:25:20 +02:00
Extension
StartNewExtension
AddFirstPlugin
UnderstandTypo3Plugins
2018-08-13 12:25:20 +02:00
Views
Configuration
CustomRecords
UpdatingRecords
Outlook