teltek / pumukit-import-data-bundle
PuMuKIT import data
Package info
github.com/pumukit/PumukitImportDataBundle
Type:symfony-bundle
pkg:composer/teltek/pumukit-import-data-bundle
1.0.0
2019-09-05 06:47 UTC
Requires
- php: 7.2
- pumukit/pumukit: 3.1
This package is auto-updated.
Last update: 2026-02-21 13:02:01 UTC
README
This bundle requires PuMuKIT version 3 or higher. To import data on lower versions use PumukitExampleDataBundle
composer require teltek/pumukit-import-data-bundle
if not, add this to config/bundles.php
Pumukit\ImportDataBundle\PumukitImportDataBundle::class => ['all' => true]
Then execute the following commands
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install