laravel-domain-commands
laravel-domain-commands copied to clipboard
Artisan commands to scaffold DDD classes in your Laravel app
Hey signifly team, we also use the domain pattern that Brent described in his book and I wanted to create commands to generate all the entities with artisan myself, but...
We used DomainGeneratorCommand as a blueprint for the test creation. DTO command will come next. Allows to create tests for actions with an artisan command. Makes it easier to create...
Is this project dead ?
Added state generator command. Added app_location config incase someone using src instead of app directory.