os2display / youtube-bundle
Os2Display youtube template.
Installs: 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
This package is auto-updated.
Last update: 2025-03-16 21:44:03 UTC
README
Important
This project is no longer actively maintained.
The source code in this repository is no longer maintained. It has been superseded by version 2, which offers improved features and better support.
Thank you to all who have contributed to this project. We recommend transitioning to Os2Display version 2 for continued support and updates.
Final Release: The final stable release is version 2.0.1
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.