putthisinthecode / emigrate
A module to export Drupal site content
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- php: >=7.0
- yosymfony/toml: ^1.0
This package is auto-updated.
Last update: 2025-03-15 18:13:03 UTC
README
This module exports all content of a Drupal site in a hierarchy of portable JSON files. It is still in development.
Prerequisites
- Drush 9
- TOML (installed with composer)
How to use this module
At the root of your drupal installation, type
drush emigrate:init
It will create an "emigrate" directory with a TOML configuration file inside it. You can then type
drush emigrate:export
All nodes, users and taxonomy terms will be exported as individual json files in the emigrate directory.