Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmadejski/ezplatform-youtube-fieldtype

YouTube Embed FieldType for eZPlatform
https://github.com/kmadejski/ezplatform-youtube-fieldtype

Last synced: 28 days ago
JSON representation

YouTube Embed FieldType for eZPlatform

Awesome Lists containing this project

README

        

# ezplatform-youtube-fieldtype
Bundle provides YouTube Embed field type for eZPlatform 1.8 and higher.

### Installation
Package is available in composer repository, so installation is very simple.

1. Require package in composer:
```
composer require kmadejski/ezplatform-youtube-fieldtype:dev-master
```

2. Register bundle in your `app/AppKernel.php`:
```
$bundles = array(
...
new EzSystems\YouTubeFieldTypeBundle\EzSystemsYouTubeFieldTypeBundle(),
...
);
```

3. Install assets (from your project root):
```
php app/console assets:install --symlink --relative
```