Load

Load fixture data into the database from the data/fixtures directory. Fixtures are loaded in alphanumeric order. Files are prefixed with a number to ensure deterministic loading order.

Use this after generating fixtures, or whenever you need to repopulate a development, preview, or test database with known data.

Loading fixtures gives your app realistic working records such as users, content, orders, memberships, or other model data depending on your schema.

Fixtures are intended for non-production environments where repeatable working data is useful.

Syntax

$ vela fixtures load