Published onNovember 20, 2021TYPO3: Extending the configuration moduletypo3phpExtend the TYPO3 Configuration backend module to expose custom settings, readers, or debug info for your extensions.
Published onNovember 20, 2021Run TYPO3 Tests with PHP8typo3phptestingRun TYPO3 core/extension tests with PHP 8 locally: requirements, Composer constraints, and invoking the test runner.
Published onNovember 20, 2021TYPO3 TCA Tree with non-database itemstypo3phpintegrationProvide a TCA tree (renderType=selectTree) backed by a custom data provider (non‑DB source) for configuration-like selections.
Published onNovember 19, 2021TYPO3 <3 Symfony: dump() + dd()typo3symfonyphpUse Symfony VarDumper’s dump()/dd() effectively in TYPO3 for quick, readable debugging in CLI and backend contexts.
Published onNovember 19, 2021Useful CommandstoolsproductivityHandy Bash and SQL snippets I reach for regularly: search/replace, one‑liners, and maintenance helpers.