Positibe FilterBundle provide filtering features to Positibe bundles.
To install the bundle just add the dependent bundles:
php composer.phar require positibe/filter-bundle
Next, be sure to enable the bundles in your application kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
// All dependencies of all Positibe bundles
/************* Sylius Required bundles ***************/
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
/************** Stof DoctrineExtensionBundle ****************/
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new Positibe\Bundle\FilterBundle\PositibeFilterBundle(),
// ...
);
}
positibe_locale_switcher:
go_back:
loggable:
isDate:
This bundle has several improvement to be used with LuneticsLocaleBundle
En Español
Ver la documentación en /path/to/bundle/Resources/doc/es/index.md