EzTwitterFieldTypeBundle

UNIX name Owner Status
EzTwitterFieldTypeBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

SmileEzTwitterFieldTypeBundle

This bundle aims to provide Twitter field type for eZ Platform context

Installation

Get the bundle using composer

This Bundle is currently in dev

Add SmileEzTwitterFieldTypeBundle by running this command from the terminal at the root of
your eZPlatform project:

composer require smile/ez-twitterfieldtype-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:

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

php app/console assetic:dump

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.