teltek / pumukit-import-data-bundle
PuMuKIT 导入数据
1.0.0
2019-09-05 06:47 UTC
Requires
- php: 7.2
- pumukit/pumukit: 3.1
This package is auto-updated.
Last update: 2024-09-21 10:02:13 UTC
README
此捆绑包需要 PuMuKIT 版本 3 或更高版本。要在较低版本上导入数据,请使用 PumukitExampleDataBundle
composer require teltek/pumukit-import-data-bundle
如果不这样做,请将以下内容添加到 config/bundles.php
Pumukit\ImportDataBundle\PumukitImportDataBundle::class => ['all' => true]
然后执行以下命令
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install