laravel-shift / factory-generator

MIT License
41 stars 20 forks source link

Support generation of nested factories #1

Open jasonmccreary opened 3 years ago

jasonmccreary commented 3 years ago

Right now this package only looks within the specific folder. It does not traverse into deeper directories. This issue aims to address that by searching within the subfolders and generating factories which mirror the structure.

For example, an app/Models/Blog/Comment.php model should be found and generate an database/factories/Blog/CommentFactory.php factory.