WEBcoast Logo
  • 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
  • Serializing Symfony security user object

    In one of my projects I used the VichUploaderBundle. The model with the file property is itself a property to my User class. The user object get's…

    Read more
  • Automatic cache clearing, when editing any record

    In a recent project I wanted to clear caches for pages, that display certain records, when one of these records was updated. In this case it was…

    Read more
  • TER publishing with GitHub Releases

    I'm a big fan of automated releases procedures. That's why I wanted to use GitHub Actions and GitHub releases for publishing my extension to the TER.…

    Read more
  • Auto-redirect on slug change: Default status code

    TYPO3 CMS used 307 as the default status code for redirects, both when creating them via the "Redirects" module and when auto-creating them on slug…

    Read more