lunarstorm / laravel-ddd

Toolkit for domain driven design (DDD) in Laravel. Provides artisan commands to generate domain models, DTOs, view models, value objects, and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for model factories

JasperTey opened this issue · comments

It'd be nice to be able to do php artisan ddd:model -f and have it create the factory in the appropriate directory from the newFactory method in the BaseModel and have the protected $model attribute populated.

Originally posted by @funkymonk91 in #21