teltek/pumukit-paella-player-bundle
Symfony bundle for PuMuKIT WebTV that replaces the default Pumukit Player Bundle with the Paella Player. Install via Composer, unregister the base player bundle/routes/config, enable PaellaPlayer bundle and routing, then clear cache and install assets.
PumukitPlayerBundle.PumukitPaellaPlayerBundle.assets:install, which is standard but may require adjustments for CDN integration or custom asset handling (e.g., Webpack Encore, Vite).PumukitVideoBundle).assets:install).config/bundles.phpconfig/routes/annotations.yamlconfig/packages/pumukit_player.yaml# Remove from bundles.php
Pumukit\PlayerBundle\PumukitPlayerBundle::class => ['all' => true],
# Remove from routes/annotations.yaml
pumukit_player:
resource: "@PumukitPlayerBundle/Resources/config/routing.yml"
prefix: /
# Remove config file
rm config/packages/pumukit_player.yaml
composer require teltek/pumukit-paella-player-bundle
// Add to bundles.php
Pumukit\PaellaPlayerBundle\PumukitPaellaPlayerBundle::class => ['all' => true],
# Update routes/annotations.yaml
pumukit_player:
resource: "@PumukitPaellaPlayerBundle/Resources/config/routing.yml"
prefix: /
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
How can I help you explore Laravel packages today?