You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 andatabase/factories/Blog/CommentFactory.php
factory.The text was updated successfully, but these errors were encountered: