Scheduler
The cron job required for the Scheduler (scheduler) core extension is now pre-configured and running every 5 minutes.
When Xdebug is enabled (ddev xdebug on), the cron job will not be executed but can still be triggered manually using ddev typo3-scheduler -f .
Documentation
At first, the README file was sufficient. But over time, it grew longer and longer as more details were added. We've decided to write documentation that not only includes a guide on how to use the template but also provides recommendations and best practices. See our shiny docs site.
Test, Test, Test ...
The template is now covered by Playwright end-to-end tests to ensure it remains in a working state. Each merge request undergoes automated testing, in addition to regular weekly testing.
The tests are executed inside DDEV within the GitLab CI using the official DDEV GitLab CI Container image.