positibe / core-bundle
Symfony PositibeFilterBundle
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:symfony-bundle
Requires
- gedmo/doctrine-extensions: ~2.4
- pcabreus-utils/named-character-converter: ~1.0
- stof/doctrine-extensions-bundle: 1.2.*
- sylius/resource-bundle: ^1.0
- symfony/framework-bundle: ~2.8|~3.0
- twig/extensions: ~1.0
This package is not auto-updated.
Last update: 2025-03-03 01:17:39 UTC
README
Positibe FilterBundle provide filtering features to Positibe bundles.
Installation
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(),
// ...
);
}
Importing some Twig Extensions
Switch current locale
Twig functions
positibe_locale_switcher:
go_back:
loggable:
Twig tests
isDate:
LuneticsLocaleBundle
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