hipaway-travel / i18n-routing-bundle
Symfony HipI18nRoutingBundle
Installs: 278
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- jms/translation-bundle: >=1.0,<2.0-dev
- symfony-cmf/routing-bundle: 1.1.*@dev
- symfony/framework-bundle: >=2.1,<2.4-dev
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