Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukitexpiredvideobundle
https://github.com/teltek/pumukitexpiredvideobundle
pumukit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukitexpiredvideobundle
- Owner: teltek
- Created: 2016-06-01T16:49:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T09:52:38.000Z (4 months ago)
- Last Synced: 2024-10-28T06:09:09.500Z (2 months ago)
- Topics: pumukit
- Language: PHP
- Size: 225 KB
- Stars: 1
- Watchers: 5
- 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
```