Skip to content

v3.0.0

Choose a tag to compare

@jaspertey jaspertey released this 21 May 11:48
· 8 commits to main since this release
9114aef

The package has a new home.

composer require tey/laravel-ddd:^3.0

Upgrading from v2? Update to lunarstorm/laravel-ddd v2.1.2 first — it includes a one-command upgrade path:

composer require lunarstorm/laravel-ddd:"^2.1.2"
php artisan ddd:upgrade

ddd:upgrade handles the composer swap, namespace migration, and config update automatically. See UPGRADING for details.


What changed

  • Package renamed: lunarstorm/laravel-dddtey/laravel-ddd
  • PHP namespace: Lunarstorm\LaravelDDDTey\LaravelDDD
  • Repository moved to jaspertey/laravel-ddd

No functional changes — all features from v2 carry over.