19 Mar 2026
Drupal.org aggregator
CodeLift: Building a Drupal contrib module with AI-assisted TDD
Three complete rewrites with three AI coding tools over 14 months. Each rewrite passed the same test suite. The spec and the tests are not interchangeable. The AI tool is.
19 Mar 2026 3:27pm GMT
Smartbees: Integrating Forms With an External Database
Discover how we improved form handling and submission to the client's system.
19 Mar 2026 12:33pm GMT
Darren Oh: Undocumented trick to make Composer copy a local package repository
Undocumented trick to make Composer copy a local package repository
I needed to test a Drupal module I was working on in a Docker container. The code was not in a location accessible to Docker. I tried to use Composer to copy it over. This would have worked if the code contained a composer.json file. I could have used a Composer path repository with symlink set to false. But it did not contain a composer.json file, so I had to use a Composer package repository. Composer kept symlinking instead of copying.
Darren Oh
19 Mar 2026 11:17am GMT
18 Mar 2026
Symfony Blog
Twig 3.24.0 released
Twig 3.24.0 has just been released with a major new feature for working with HTML attributes, improved null-safe operator behavior, and variable renaming in object destructuring. The html_attr function Building HTML attributes in templates has always been…
18 Mar 2026 7:50am GMT
17 Mar 2026
Symfony Blog
Plus qu’une semaine avant SymfonyLive Paris 2026 !
SymfonyLive Paris 2026, conference in French language only, will take place from March 26 to 27! The schedule is currently being revealed as we go along. More details are available here. SymfonyLive Paris 2026 approche à grands pas ! Dans une…
17 Mar 2026 10:35am GMT
15 Mar 2026
Symfony Blog
A Week of Symfony #1002 (March 9–15, 2026)
This week, the upcoming Symfony 8.1 version deprecated the erase credentials security feature, added a new MapRequestHeader attribute, introduced a deep cloner in the VarExporter component, and added support for defining custom functions in the JsonPath component.…
15 Mar 2026 8:45am GMT