lunarstorm/laravel-ddd

Additional Laravel 11 generators

Closed this issue · 0 comments

Discussed in #53

Originally posted by JasperTey April 2, 2024
Noting this down as a plan to add support for the rest of the new commands that were introduced in Laravel 11: https://laravel.com/docs/11.x/releases#new-artisan-commands

php artisan ddd:class
php artisan ddd:interface
php artisan ddd:trait

v1.0.0 added ddd:enum, but not the three above.