Download the PHP package friendsofvictoire/disqus-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/disqus-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/disqus-widget
More information about friendsofvictoire/disqus-widget
Files in friendsofvictoire/disqus-widget
Download friendsofvictoire/disqus-widget
More information about friendsofvictoire/disqus-widget
Files in friendsofvictoire/disqus-widget
Vendor friendsofvictoire
Package disqus-widget
Short Description Victoire Cms Disqus widget
License MIT
Package disqus-widget
Short Description Victoire Cms Disqus widget
License MIT
Please rate this library. Is it a good library?
Informations about the package disqus-widget
Victoire DCMS Disqus Bundle
What is the purpose of this bundle
This bundles gives you access to the Disqus Widget which set up the Disqus discussion platform.
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/disqus-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\DisqusBundle\VictoireWidgetDisqusBundle(),
);
return $bundles;
}
}
All versions of disqus-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/disqus-widget contains the following files
Loading the files please wait ....