Conimex: Content Importer and Exporter
Author: Bob den Otter bobdenotter@gmail.com
Extension to export your bolt content as YAML, and import it again.
Installation:
composer require bobdenotter/conimexUsage:
Exporting:
bin/console conimex:export websitename.yamlTo export a single Content Type, for example pages, use:
bin/console conimex:export websitename.yaml --contenttype=pagesTo export a single Content Type as a CSV, use:
bin/console conimex:export websitename.csv --contenttype=pagesImporting:
bin/console conimex:import websitename.yamlRunning PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src