Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 422 Bytes

PuMuKIT Podcast Bundle

This bundle provides auto expired video feature.

composer require teltek/pumukit-podcast-bundle

if not, add this to config/bundles.php

Pumukit\PodcastBundle\PumukitPodcastBundle::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