Skip to content

v2.1.3

Choose a tag to compare

@jaspertey jaspertey released this 09 Aug 03:33
· 31 commits to main since this release
48ed125

Warning

This is the final release of lunarstorm/laravel-ddd v2. Development continues as tey/laravel-ddd (v3+).

v2 does not support Laravel 13.24 or later: a framework change (laravel/framework#60926) breaks the registration of the ddd:* generator commands (#115). The fix ships in v3.1.2+ and will not be backported.

Changed

  • Added a composer conflict with illuminate/console >= 13.24.0, so the incompatibility surfaces as a clear dependency resolution error instead of silently breaking artisan.
  • README now carries an end-of-life notice with upgrade instructions.

Upgrading to v3

The upgrade is automated — from v2.1.2 or later, run:

php artisan ddd:upgrade

This swaps the composer package, migrates namespace references in your application code and config, and completes the config migration. See UPGRADING for details and manual steps.