Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumukit/pumukitoaibundle
https://github.com/pumukit/pumukitoaibundle
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pumukit/pumukitoaibundle
- Owner: pumukit
- Created: 2019-08-20T10:55:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T10:10:47.000Z (about 1 month ago)
- Last Synced: 2024-12-14T10:17:11.026Z (14 days ago)
- Language: PHP
- Size: 73.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT OAI Bundle
==================This bundle requires PuMuKIT version 4 or higher
```bash
composer require teltek/pumukit-oai-bundle
```if not, add this to config/bundles.php
```
Pumukit\OaiBundle\PumukitOaiBundle::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
```