Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pumukit/pumukitimportdatabundle

PuMuKIT examples importer.
https://github.com/pumukit/pumukitimportdatabundle

Last synced: 1 day ago
JSON representation

PuMuKIT examples importer.

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
```