Supervisor / "Pseudo Cron Jobs" in ddev
Recently, I was looking for an easy solution to run "cron jobs" like TYPO3's scheduler or workers like Symfony's messenger consumer via ddev without adding additional dependencies.
Read moreRecently, I was looking for an easy solution to run "cron jobs" like TYPO3's scheduler or workers like Symfony's messenger consumer via ddev without adding additional dependencies.
Read moreThis is just a short "Did you know?": If the TYPO3 admin panel is installed (in TYPO3 version 10 and above), you automatically get Symfony's dump() und dd() (dump and die) global methods as an alternative to DebuggerUtility::var_dump().
Read moreI was recently asked whether JIT will bring a big improvement to our PHP applications and I decided to put that to the test. So here's a short test of PHP 8 performance with different configurations.
Read moreWhile migrating a Symfony project from version 3 to 4 I also needed to migrate from the {% transchoice %} filter / tag to the {% trans %} tag as transchoice has been deprecated and replaced by trans using ICU messages for pluralisation and more.
Read more