WEBcoast Logo
  • FlexForms 2.0 aka Dot Forms

    Have you ever dreamed of creating virtual form fields, known as Flex Forms in TYPO3 CMS, but without that awful XML and even more flexible? I…

    Read more
  • Multiple domains on the same page tree/site

    In one project, the customer wanted to do a branch split by using the same site and page tree for both brands with 99% identical content. I tried to…

    Read more
  • Symfony: Generated UUID in additions to auto incremented id property

    In one of my projects I wanted to add a UUID or GUID to one of the models, that already had an `id` property with a generated value (auto increment).…

    Read more
  • EXT:form error "Unauthorized modification of historical data. #1528538252"

    I recently ran into an error after upgrading from TYPO3 CMS 10.4 to 11.5. When saving a form in the backend i got an exception with the message…

    Read more
  • Extending the domain model of the blog extension

    Extending the domain model of existing extension has always been a pain in the ... you know. Extbase is unfortunately lacking this very importance…

    Read more