teltek/pmk2-expired-video-bundle

Bundle for PuMuKIT to configure the automatic expiration of a video

3.1.1 2023-12-29 09:27 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