Installation
Install km2/data-seeder with Composer
Install the extension via Composer:
composer req km2/data-seeder
Copied!
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.
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!