2017 © Pedro PelĂĄez
 

symfony-bundle core-bundle

Symfony PositibeCoreBundle

image

positibe/core-bundle

Symfony PositibeCoreBundle

  • Sunday, April 29, 2018
  • by pcabreus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • HTML
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 0 % Grown

The README.md

PositibeFilterBundle

Positibe FilterBundle provide filtering features to Positibe bundles., (*1)

Installation

To install the bundle just add the dependent bundles:, (*2)

php composer.phar require positibe/filter-bundle

Next, be sure to enable the bundles in your application kernel:, (*3)

<?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:, (*4)

go_back:, (*5)

loggable:, (*6)

Twig tests

isDate:, (*7)

LuneticsLocaleBundle

This bundle has several improvement to be used with LuneticsLocaleBundle, (*8)

En Español ~~~~~~~~~~, (*9)

Ver la documentaciĂłn en /path/to/bundle/Resources/doc/es/index.md, (*10)

The Versions