bobdenotter / conimex
🍛 Extension to Import and Export content as Yaml files
Installs: 23 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 14
Open Issues: 18
Type:bolt-extension
Requires
- php: ^7.2.9 || ^8.0
- league/csv: ^9.6
- twig/twig: ^2.0 || ^3.0
Requires (Dev)
- bolt/core: ^5.1.15
- symplify/easy-coding-standard: ^8.0
- dev-master
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta.6
- 2.0.0-beta.5
- 2.0.0-beta.4
- 2.0.0-beta.3
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.x-dev
- 1.3.x-dev
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.1
- 1.0.0
- dev-fix/bolt-3-compatib
This package is auto-updated.
Last update: 2024-10-19 12:22:37 UTC
README
Author: Bob den Otter bobdenotter@gmail.com
Extension to export your bolt content as YAML, and import it again.
Installation:
composer require bobdenotter/conimex
Usage:
Exporting:
bin/console conimex:export websitename.yaml
To export a single Content Type, for example pages
, use:
bin/console conimex:export websitename.yaml --contenttype=pages
To export a single Content Type as a CSV, use:
bin/console conimex:export websitename.csv --contenttype=pages
Importing:
bin/console conimex:import websitename.yaml
Running 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