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
Add a wp-cli command to seed the database with test data, as suggested by @JasonTheAdams in the #feature-notifications of Slack.
What is your proposed solution?
PR #199 will setup the initial database tables, but they will be empty. To fill out the demo there needs to be test data. I propose using wp-cli and fakerphp/faker to seed the database.
The text was updated successfully, but these errors were encountered:
What problem does this address?
Add a
wp-cli
command to seed the database with test data, as suggested by @JasonTheAdams in the #feature-notifications of Slack.What is your proposed solution?
PR #199 will setup the initial database tables, but they will be empty. To fill out the demo there needs to be test data. I propose using
wp-cli
andfakerphp/faker
to seed the database.The text was updated successfully, but these errors were encountered: