teltek/pumukit-paella-player-bundle
最新稳定版本:4.0.1
Composer 安装命令:
composer require teltek/pumukit-paella-player-bundle
包简介
Paella Player Bundle
README 文档
README
Bundle based on Symfony to work with the PuMuKIT Video Platform.
This bundle overrides the Pumukit Player Bundle. It adds a Paella Player to the WebTV Portal to be used instead of the default Player Bundle
composer require teltek/pumukit-paella-player-bundle
The base Player needs to be uninstalled in order for the Paella Player to work properly:
Remove the next line from config/bundles.php
Pumukit\PlayerBundle\PumukitPlayerBundle::class => ['all' => true],
Remove the next lines from config/routes/annotations.yaml
pumukit_player:
resource: "@PumukitPlayerBundle/Resources/config/routing.yml"
prefix: /
Remove file config/packages/pumukit_player.yaml
Add PaellaPlayer line from config/bundles.php
Pumukit\PaellaPlayerBundle\PumukitPaellaPlayerBundle::class => ['all' => true],
Add PaellaPlayer lines on config/routes/annotations.yaml
pumukit_player:
resource: "@PumukitPaellaPlayerBundle/Resources/config/routing.yml"
prefix: /
Then execute the following commands
$ php app/console cache:clear $ php app/console cache:clear --env=prod $ php app/console assets:install
统计信息
- 总下载量: 18.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-03-21