Installation
Install km2/data-seeder with Composer
Install the extension via Composer:
composer req --dev km2/data-seeder
Copied!
See also Installing extensions, TYPO3 Getting started.
Note
It is recommended to install this extension using the -- flag.
Install km2/data-seeder in Classic Mode
Or download the extension from https://extensions.typo3.org/extension/data_seeder and install it in the Extension Manager.
Warning
Do not install this extension on production systems. It shouldn't brake anything, but also shouldn't be needed.
Quick start
This extension provides example data for creating a root page with a content element of type text. To trigger the seed, run the following command.
vendor/bin/typo3 database:seed --config "EXT:data_seeder/Resources/Private/Example/seeder.yaml"
Copied!