Published onNovember 15, 2020TYPO3: Migrate Fluid pagination widget to paginator APItypo3phpfrontendTYPO3 v10 deprecated and v11 removed Fluid widgets. Replace the Fluid pagination widget with the native Paginator API introduced in TYPO3 10.2.
Published onOctober 30, 2020Supervisor / "Pseudo Cron Jobs" in DDEVddevsymfonytypo3Use the built-in supervisord in DDEV to run long-running workers (e.g. Symfony Messenger) and emulate cron-like intervals for TYPO3 Scheduler without extra services.
Published onOctober 28, 2020Composer 2 performance tests – Shopware & TYPO3integrationshopwaretypo3performancebenchmarkscomposerMeasuring Composer 2 vs. Composer 1.10 on real projects (Shopware 6 and TYPO3) — setup, commands, and the impact on day‑to‑day DX.
Published onOctober 25, 2020A quick look at hCaptcha - I am human!hcaptchacaptchafrontendintegrationsymfonytypo3Overview of hCaptcha, key settings, integrations (Laravel, Symfony), and how to use it in TYPO3 via an EXT:form element.
Published onOctober 18, 2020Integrating PHPStan in PhpStorm / PHPStan Prophpstanphpstormstatic-analysisqualityddevdockerInstall and configure PHPStan for your project and wire it into PhpStorm – including baselines, framework stubs, and running inside Docker/DDEV.