Skip to main content
Imports content to this Curator instance using a local file or another Curator instance via the API. Options:
OptionShortcutDescription
--file-fPath to the import file (.iwe or .iwgz)
--url-uURL of a Curator instance to pull content from
--key-kAPI key for the remote Curator instance
--latestImport the most recent automatic export
Examples:
# Import from a local file
php artisan curator:import --file=/path/to/export.iwe

# Import from another Curator instance
php artisan curator:import --url=https://other-curator.example.com --key=my-api-key

# Import the latest automatic export
php artisan curator:import --latest