Seed Command 

The command database:seed will process the static data configured in the configuration file.

Options 

Name Type Default Required
string seeder.yaml
boolean false
boolean false

config

config
Type
string
Default
seeder.yaml

Path to the configuration file relative to project root.

reset

reset
Type
boolean
Default
false

When given, the database is flushed before seeding data onto it.

no-interaction

no-interaction
Type
boolean
Default
false

When set together with reset flag, no user confirmation is needed.