friendsofvictoire/poll-widget

此包已被废弃,不再维护。未建议替代包。

Victoire 投票小部件

安装次数: 1,588

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 5

分支: 2

开放问题: 1

类型:symfony-bundle

2.1.3 2017-04-03 09:05 UTC

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;
    }
}