Download the PHP package stev/doctrine-translations-bundle without Composer
On this page you can find all versions of the php package stev/doctrine-translations-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stev/doctrine-translations-bundle
More information about stev/doctrine-translations-bundle
Files in stev/doctrine-translations-bundle
Package doctrine-translations-bundle
Short Description Symfony 2 Bundle providing form data mappers to handle translations using doctrine entities
License MIT
Informations about the package doctrine-translations-bundle
doctrine-translations-bundle
Symfony 2 Bundle providing form data mappers to handle translations using doctrine entities
Install
Run: composer require stev/doctrine-translations-bundle
Inspired from
https://github.com/Simettric/DoctrineTranslatableFormBundle
WARNING
This works only if the user current locale is the same as the default locale in your settings (stof_doctrine_extensions -> default_locale), otherwise, gedmo listener will override your translations. So if your app has a feature allowing the user to switch his language, this bundle won't work for you. This works for admin panels where admins work only in one language and whish to edit the content in multiple languages at the same time. And then the content is displayed on another application where users can switch languages.
All versions of doctrine-translations-bundle with dependencies
symfony/framework-bundle Version ^2.6|^3.0
doctrine/orm Version ^2.4
stof/doctrine-extensions-bundle Version ^1.3