Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumukit/pumukitimportdatabundle
PuMuKIT examples importer.
https://github.com/pumukit/pumukitimportdatabundle
Last synced: 1 day ago
JSON representation
PuMuKIT examples importer.
- Host: GitHub
- URL: https://github.com/pumukit/pumukitimportdatabundle
- Owner: pumukit
- Created: 2019-09-05T06:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T07:45:21.000Z (over 1 year ago)
- Last Synced: 2024-12-15T07:34:59.040Z (13 days ago)
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Import Data Bundle
==================This bundle requires PuMuKIT version 3 or higher. To import data on lower versions use [PumukitExampleDataBundle](https://github.com/pumukit/PumukitExampleDataBundle)
```bash
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
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```