teltek / pmk2-expired-video-bundle
Bundle for PuMuKIT to configure the automatic expiration of a video
Package info
github.com/teltek/PumukitExpiredVideoBundle
Type:symfony-bundle
pkg:composer/teltek/pmk2-expired-video-bundle
5.0.0
2024-12-17 18:15 UTC
Requires
- php: ^8.2
- pumukit/pumukit: ^5.0
This package is auto-updated.
Last update: 2026-02-24 13:08:56 UTC
README
This bundle provides auto expired video feature.
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
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install