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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Laravel Test Factory Generator
2
2
3
-
`php artisan test-factory-helper:generate`
3
+
`php artisan generate:model-factory`
4
4
5
5
This package helps you generate model factories from your existing models / database structure to get started with testing your Laravel application even faster.
This command will look for all models in your "app" folder (configurable by using the `--dir` option) and create test factories and save them in your `database/factories/ModelFactory.php`.
0 commit comments