[3.1.2] - 2026-08-08
Fixed
ddd:*generator commands registering under their parent'smake:*name (and hijacking the native framework generators) on Laravel 13.24+, which consolidated the framework generator command definitions into$signature(laravel/framework#60926). Generator names and the--domainoption are now configured against the built command definition, which survives both declaration styles (#115).
Changed
ddd:modelnow returnsfalse(exit code 0) when the model already exists, matching the behavior and return type of the nativemake:*generators (previously exit code 1).
Docs
- The UPGRADING guide now leads with the automated v2 → v3 upgrade path (
ddd:upgradeon v2.1.2+), with manual steps as fallback.
What's Changed
- fix: keep ddd:* generator command names on Laravel 13.24+ by @jaspertey in #116
Full Changelog: v3.1.1...v3.1.2