Download the PHP package friendsofvictoire/card-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/card-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/card-widget
More information about friendsofvictoire/card-widget
Files in friendsofvictoire/card-widget
Download friendsofvictoire/card-widget
More information about friendsofvictoire/card-widget
Files in friendsofvictoire/card-widget
Vendor friendsofvictoire
Package card-widget
Short Description Victoire DCMS Card widget
License MIT
Package card-widget
Short Description Victoire DCMS Card widget
License MIT
Please rate this library. Is it a good library?
Informations about the package card-widget
Victoire DCMS Card Bundle
What is the purpose of this bundle
This bundle gives you access to the Card Widget. With this widget, you can integrate any Business Entity as a Card over any widget.
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/card-widget
Reminder
Declare the bundle in your AppKernel
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\CardBundle\VictoireWidgetCardBundle(),
);
return $bundles;
}
}
All versions of card-widget with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version ~2.3|~3.0
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version ~2.3|~3.0
The package friendsofvictoire/card-widget contains the following files
Loading the files please wait ....