friendsofvictoire/countdown-widget

Victoire 倒计时小部件

v1.1 2017-04-03 09:04 UTC

This package is not auto-updated.

Last update: 2024-09-20 19:40:19 UTC


README

##本扩展包的目的

本扩展包为您提供了访问 倒计时小部件 的权限。

##设置 Victoire

如果您尚未设置,可以按照以下步骤设置 Victoire 在此

##安装扩展包

php composer.phar require friendsofvictoire/countdown-widget

###提醒

不要忘记在您的 AppKernel 中添加扩展包!

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Victoire\Widget\CountdownBundle\VictoireWidgetCountdownBundle(),
        );

        return $bundles;
    }
}