friendsofvictoire / poll-widget
此包已被废弃,不再维护。未建议替代包。
Victoire 投票小部件
2.1.3
2017-04-03 09:05 UTC
Requires
- php: >=5.5.9
- symfony/framework-bundle: ~2.8|~3.0
- victoire/victoire: >=2.0.0|~3.0
This package is not auto-updated.
Last update: 2021-12-21 22:42:10 UTC
README
##此包的用途是什么
此包为您提供访问 投票小部件 的权限。
##设置 Victoire
如果您还没有设置,可以按照以下步骤设置 Victoire 这里
##安装包
php composer.phar require friendsofvictoire/poll-widget
###提醒
不要忘记将包添加到您的 AppKernel 中!
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\PollBundle\VictoireWidgetPollBundle(),
);
return $bundles;
}
}