Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teltek/pumukitexpiredvideobundle


https://github.com/teltek/pumukitexpiredvideobundle

pumukit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

PuMuKIT Expired video Bundle
=======================

This bundle provides auto expired video feature.

```bash
composer require teltek/pumukit-expired-video-bundle
```

if not, add this to config/bundles.php

```
Pumukit\ExpiredVideoBundle\PumukitExpiredVideoBundle::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
```