smile/ez-twitterfieldtype-bundle

eZPlatform Twitter 字段类型

安装: 2

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 9

分支: 1

开放问题: 0

类型:ezplatform-bundle

dev-master 2017-02-05 19:03 UTC

This package is auto-updated.

Last update: 2024-09-17 09:54:37 UTC


README

SensioLabsInsight

此包旨在为 eZ Platform 环境提供 Twitter 字段类型

安装

使用 composer 获取此包

此包目前处于开发阶段

从您 eZPlatform 项目的根目录终端运行此命令以添加 SmileEzTwitterFieldTypeBundle

composer require smile/ez-twitterfieldtype-bundle

启用包

要开始使用此包,在您的应用程序内核类中注册此包

// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\EzTwitterFieldTypeBundle\SmileEzTwitterFieldTypeBundle(),
        // ...
    );
}
php app/console assets:install --symlink web

php app/console assetic:dump