Skip to content

v3.1.2

Latest

Choose a tag to compare

@jaspertey jaspertey released this 09 Aug 03:35
2c6f9a6

[3.1.2] - 2026-08-08

Fixed

  • ddd:* generator commands registering under their parent's make:* 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 --domain option are now configured against the built command definition, which survives both declaration styles (#115).

Changed

  • ddd:model now returns false (exit code 0) when the model already exists, matching the behavior and return type of the native make:* generators (previously exit code 1).

Docs

  • The UPGRADING guide now leads with the automated v2 → v3 upgrade path (ddd:upgrade on 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