friendsofvictoire / progress-widget
该软件包已被废弃,不再维护。未建议替代软件包。
Victoire DCMS 进度小部件
2.0.1
2017-04-03 09:05 UTC
Requires
- victoire/victoire: >=2.0.0|~3.0
This package is not auto-updated.
Last update: 2021-12-21 22:42:20 UTC
README
##此组件的目的
此组件为您提供了访问 进度条小部件 的权限。
##设置 Victoire
如果您还没有设置 Victoire,可以按照以下步骤进行 设置
##安装组件
运行以下 composer 命令
php composer.phar require friendsofvictoire/progress-widget
###提示
请记住将组件添加到您的 AppKernel 中!
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( ... new Victoire\Widget\ProgressBundle\VictoireWidgetProgressBundle(), ); return $bundles; } }