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

1.0.3 2018-04-29 11:34 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