https://github.com/teltek/pumukitexpiredvideobundle
https://github.com/teltek/pumukitexpiredvideobundle
pumukit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukitexpiredvideobundle
- Owner: teltek
- Created: 2016-06-01T16:49:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T10:59:21.000Z (over 1 year ago)
- Last Synced: 2025-08-25T12:32:55.526Z (11 months ago)
- Topics: pumukit
- Language: PHP
- Size: 229 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```