Seed Command
The command
database: will process the static data configured in the configuration file.
Options
| Name | Type | Default | Required |
|---|---|---|---|
| string | seeder.yaml | ||
| boolean | false | ||
| boolean | false |
config
-
- Type
- string
- Default
- seeder.yaml
Path to the configuration file relative to project root.
reset
-
- Type
- boolean
- Default
- false
When given, the database is flushed before seeding data onto it.
no-interaction
-
- Type
- boolean
- Default
- false
When set together with
resetflag, no user confirmation is needed.