smile / ez-twitterfieldtype-bundle
eZPlatform Twitter FieldType
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 1
Open Issues: 0
Type:ezplatform-bundle
Requires
- php: ~5.6|~7.0
- ezsystems/ezpublish-kernel: ~6.7
This package is auto-updated.
Last update: 2024-10-17 09:57:18 UTC
README
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