teltek / pumukit-expired-video-bundle
Bundle for PuMuKIT to configure the automatic expiration of a video
Installs: 6 422
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.2
- pumukit/pumukit: ^4.0
This package is auto-updated.
Last update: 2024-10-31 08:13:21 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