laravel-ddd
laravel-ddd copied to clipboard
Toolkit for domain driven design (DDD) in Laravel. Provides artisan commands to generate domain models, DTOs, view models, value objects, and much more.
Results
1
laravel-ddd issues
Sort by
recently updated
recently updated
newest added
This PR adds commands for generating seeders and migrations inside the domain. It also adds options on the `ddd:model` command to generate more files at the same time. `ddd:model -a`...