v2.1.3
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:upgradeThis 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.