📙 Bounded Contexts in Extbase

This article is about context. Having bounded context domain objects can make extbase extensions much more approachable. We will look at the concept and how to implement it.

➡️ https://usetypo3.com/bounded-contexts-in-extbase/

#TYPO3 #extbase

Bounded Contexts in Extbase

Having bounded context domain objects can make your TYPO3 extbase extensions much more approachable. We will look at the concept and how to implement it.

Use TYPO3
Create a backend module with Extbase — TYPO3 Explained 13.4 documentation

📙 Extending an existing extbase backend module with a custom action in TYPO3 v12+

by @derhansen

➡️ https://www.derhansen.de/2024/09/extending-an-existing-extbase-backend-module-with-a-custom-action-in-typo3.html

#TYPO3 #extbase

Extending an existing extbase backend module with a custom action in TYPO3 v12+ - A TechBlog by Torben Hansen

A TechBlog by Torben Hansen

A TechBlog by Torben Hansen
Persistence: Saving Extbase models to the database — TYPO3 Explained 13.4 documentation

@alexanderschnitzler ist mir auch schon so häufig begegnet. Ich vermute Unwissen oder Angst vor „Magie“ die man nicht komplett versteht. Oder Vorurteile wie „schlechte Performance“

#extbase

Hier sind die Slides zu den Vorträgen von gestern:

- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)

https://www.mtug.de/treffen/veranstaltungen-2025/september.html#c1033

#TYPO3 #Extbase #MCP

September: MTUG - Munich TYPO3 Usergroup

🔥 Heute um 19 Uhr ist unser nächstes Treffen mit diesen Themen:

- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)

https://www.meetup.com/munich-typo3-user-group/events/310711106/

#TYPO3 #Extbase #MCP

Am kommenden Montag, 15.09., ist um 19 Uhr unser nächstes Treffen mit diesen Themen:

- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)

https://www.meetup.com/munich-typo3-user-group/events/310711106/

#TYPO3 #Extbase #MCP

📅 Save the date: unser Treffen im September findet am Montag, 15.09. um 19 Uhr statt!

Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)

https://www.meetup.com/munich-typo3-user-group/events/310711106/

#TYPO3 #Extbase #MCP

New blog post:

Hydrate an Extbase model property with an array of backed enums

https://brotkrueml.dev/hydrate-an-extbase-model-property-with-an-array-of-backed-enums/

#TYPO3 #Extbase

Hydrate an Extbase model property with an array of backed enums

Since version 13, TYPO3 supports native enums as a type for a property in a model. But how it is possible to set a list of backed enums to an Extbase property?

brotkrueml.dev