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