hipaway-travel/i18n-routing-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony HipI18nRoutingBundle

dev-master 2013-07-04 13:30 UTC

This package is not auto-updated.

Last update: 2017-10-04 07:40:47 UTC


README

inspired by
https://github.com/schmittjoh/JMSI18nRoutingBundle
and
https://github.com/sonata-project/SonataPageBundle

This bundle makes it possible to use symfony-cmf/routing chained routing on your i18n routing.

here is a configuration example:

hip_i18n_routing:
default_locale: 'de'
locales: ['de','en','fr','es']

cmf_routing:
chain:
routers_by_id:
hip_i18n.router: 300
sonata.page.router: 200
router.default: 100