Skip to content

vejlebib/youtube-bundle

 
 

Repository files navigation

youtube-bundle

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.

About

Os2Display template for youtube videos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.5%
  • HTML 29.6%
  • PHP 27.9%