os2display/youtube-bundle

There is no license information available for the latest version (2.0.1) of this package.

Os2Display youtube template.

Installs: 339

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

2.0.1 2019-05-15 06:34 UTC

This package is auto-updated.

Last update: 2024-04-16 19:35:33 UTC


README

Contains a template for youtube videos.

Installation

Add the git repository to "repositories" in composer.json.

"repositories": {
    "os2display/youtube-bundle": {
      "type": "vcs",
      "url": "https://github.com/os2display/youtube-bundle"
    },
    ...
}

Require the bundle with composer.

composer require os2display/youtube-bundle

Enable the bundle in AppKernel.php, by adding Os2DisplayYoutubeBundle to $bundles.

new Os2Display\YoutubeBundle\Os2DisplayYoutubeBundle()

Run os2display:core:templates:load command to load the template in the installation.

bin/console os2display:core:templates:load

Enable the template in the administration.