teltek/pumukit-paella-stats-ui-bundle
Composer 安装命令:
composer require teltek/pumukit-paella-stats-ui-bundle
包简介
Paella Stats UI for PuMuKIT
README 文档
README
Bundle based on Symfony to work with the PuMuKIT Video Platform.
Installation
Steps 1 and 2 requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require teltek/pumukit-paella-stats-ui-bundle dev-master
Step 2: Uninstall the default UI Stats Bundle
The StatsUIBundle needs to be uninstalled in order for the Paella Player Stats UI to work properly:
Uninstall the bundle by executing the following line command. This command updates the Kernel to remove the bundle (app/AppKernel.php) and unloads the boundle routes from (app/config/routing.yml).
$ php app/console pumukit:install:bundle --uninstall Pumukit/StatsUIBundle/PumukitStatsUIBundle
Step 3: Install the Bundle
Install the bundle by executing the following line command. This command updates the Kernel to enable the bundle (app/AppKernel.php) and loads the routing (app/config/routing.yml) to add the bundle routes
.
$ php app/console pumukit:install:bundle Pumukit/PaellaStatsUIBundle/PumukitStatsUIBundle
Step 4: Update assets
$ php app/console cache:clear $ php app/console cache:clear --env=prod $ php app/console assets:install
统计信息
- 总下载量: 84
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-05-06
