Repeating a seeder #53373
Unanswered
CodeTechNL
asked this question in
Ideas
Repeating a seeder
#53373
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you have a seeder that makes 100 Company models, it's fine for development. You have a good overview of the data and everything is blazing fast. But now you're finished on the development part and want to check and improve the performance of some queries. For this you would have love to filled up your database with tons of records. In the current scenario I need to change the factory amount while a command like
artisan db:seed --repeats=10
would be more faster and easier.Beta Was this translation helpful? Give feedback.
All reactions