2017 © Pedro Peláez
 

ezplatform-bundle ez-twitterfieldtype-bundle

eZPlatform Twitter FieldType

image

smile/ez-twitterfieldtype-bundle

eZPlatform Twitter FieldType

  • Sunday, February 5, 2017
  • by noodle69
  • Repository
  • 8 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SmileEzTwitterFieldTypeBundle

SensioLabsInsight, (*1)

This bundle aims to provide Twitter field type for eZ Platform context, (*2)

Installation

Get the bundle using composer

This Bundle is currently in dev, (*3)

Add SmileEzTwitterFieldTypeBundle by running this command from the terminal at the root of your eZPlatform project:, (*4)

composer require smile/ez-twitterfieldtype-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*5)

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

php app/console assetic:dump

The Versions

05/02 2017

dev-master

9999999-dev

eZPlatform Twitter FieldType

  Sources   Download

GPL-3.0

The Requires