Download the PHP package friendsofvictoire/video-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/video-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/video-widget
More information about friendsofvictoire/video-widget
Files in friendsofvictoire/video-widget
Download friendsofvictoire/video-widget
More information about friendsofvictoire/video-widget
Files in friendsofvictoire/video-widget
Vendor friendsofvictoire
Package video-widget
Short Description Victoire DCMS Video widget
License MIT
Package video-widget
Short Description Victoire DCMS Video widget
License MIT
Please rate this library. Is it a good library?
Informations about the package video-widget
WidgetVideoBundle
What is the purpose of this bundle
This bundles gives you access to the Video Widget wich allow you to display an uploaded or an embed video
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the bundle
Run the following composer command :
php composer.phar require friendsofvictoire/video-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\TitleBundle\VictoireWidgetVideoBundle(),
);
return $bundles;
}
}
All versions of video-widget with dependencies
PHP Build Version
Package Version
Requires
victoire/victoire Version
>=2.0.0|~3.0
The package friendsofvictoire/video-widget contains the following files
Loading the files please wait ....