dev-master
9999999-deveZPlatform Twitter FieldType
GPL-3.0
The Requires
- php ~5.6|~7.0
- ezsystems/ezpublish-kernel ~6.7
by Smile SA
eZPlatform Twitter FieldType
This bundle aims to provide Twitter field type for eZ Platform context, (*2)
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
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
eZPlatform Twitter FieldType
GPL-3.0