teltek / pumukit-import-data-bundle
PuMuKIT import data
Installs: 3 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: 7.2
- pumukit/pumukit: 3.1
This package is auto-updated.
Last update: 2024-10-21 10:07:29 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