friendsofvictoire / filter-widget
Victoire DCMS Filter widget
Installs: 10 984
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 4
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.5.9
- beberlei/doctrineextensions: ~1.0.14
- lexik/form-filter-bundle: ~5.0
- symfony/framework-bundle: ~2.8|~3.0
- troopers/ajax-bundle: ~1.2
- victoire/victoire: >=2.2.7 | ~3.0
README
What is the purpose of this bundle
This bundle gives you access to the Filter 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/filter-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\FilterBundle\VictoireWidgetFilterBundle(),
);
return $bundles;
}
}
Create your custom filter with VictoireFilterBundle
Manage ExtraFields for your custom Filter