v3.0.0
The package has a new home.
composer require tey/laravel-ddd:^3.0Upgrading 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:upgradeddd:upgrade handles the composer swap, namespace migration, and config update automatically. See UPGRADING for details.
What changed
- Package renamed:
lunarstorm/laravel-ddd→tey/laravel-ddd - PHP namespace:
Lunarstorm\LaravelDDD→Tey\LaravelDDD - Repository moved to jaspertey/laravel-ddd
No functional changes — all features from v2 carry over.