You are viewing beta documentation for Hyper 3.x. View the latest stable version (2.x) →

--sync-relations=1|0 (default 1; writes hyper_links after content migrate)

Moving to Hyper from other link plugins. Hyper’s migration shell matches Navigation / Formie: a source registry, structured log lines, CP pages under Settings → Migrations, and console commands of the form php craft hyper/migrate/{source}. Field migration (project config) and content migration (per-environment JSON) remain separate steps.

Migrating from Craft Link

Migrate Craft 5.3+ native Link fields and content to Hyper.

Migrating from oEmbed

Migrate wrav/oembed fields to Hyper Embed links.

Entrification

Remap Hyper Category links to Entry links after Craft entrification.

Migrating from Link

Migrate link fields and content from Flipbox Link to Hyper.

Migrating from Linkit

Migrate link fields and content from Linkit to Hyper.

Migrating from Typed Link

Migrate link fields and content from Typed Link to Hyper.

Console

php craft hyper/migrate/craft-link --step=field
php craft hyper/migrate/craft-link --step=content
php craft hyper/migrate/typed-link --step=all
php craft hyper/migrate/oembed --step=content --dry-run=1
php craft hyper/migrate/entrify-categories
php craft hyper/migrate/entrify-categories --dry-run=1

Legacy commands such as hyper/migrate/typed-link-field still work.