teltek/pumukit-import-data-bundle

PuMuKIT import data

1.0.0 2019-09-05 06:47 UTC

This package is auto-updated.

Last update: 2024-04-21 09:11:51 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