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
|
|
|
|
2018-08-20 17:08:06 +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.
|
|
|
|
|
2018-10-08 16:36:17 +02:00
|
|
|
* I'm using the latest TYPO3 CMS 9 LTS, most of the parts are so basic, they should
|
2018-08-20 17:08:06 +02:00
|
|
|
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.
|
|
|
|
|
2018-08-20 17:08:06 +02:00
|
|
|
* 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
|
2018-08-20 17:08:06 +02:00
|
|
|
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
|
2018-08-20 17:08:06 +02:00
|
|
|
UnderstandTypo3Plugins
|
2018-08-13 12:25:20 +02:00
|
|
|
Views
|
|
|
|
Configuration
|
|
|
|
CustomRecords
|
|
|
|
UpdatingRecords
|
2018-10-08 10:38:59 +02:00
|
|
|
Outlook
|