friendsofvictoire/filter-widget

Victoire DCMS Filter widget

Installs: 10 983

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 9

Forks: 4

Open Issues: 3

Type:symfony-bundle

2.0.9 2018-03-02 13:31 UTC

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

VictoireFilterBundle

Manage ExtraFields for your custom Filter

ManageExtrafields