Download the PHP package jprud67/translator-bundle without Composer
On this page you can find all versions of the php package jprud67/translator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jprud67/translator-bundle
More information about jprud67/translator-bundle
Files in jprud67/translator-bundle
Download jprud67/translator-bundle
More information about jprud67/translator-bundle
Files in jprud67/translator-bundle
Vendor jprud67
Package translator-bundle
Short Description This set offers you the possibility to add a content translation to your symfony website very easily.
License MIT
Package translator-bundle
Short Description This set offers you the possibility to add a content translation to your symfony website very easily.
License MIT
Keywords translationtranslator
Please rate this library. Is it a good library?
Informations about the package translator-bundle
This set offers you the possibility to add a content translation to your symfony website very easily.
TranslatorBundle installation
1: Add the dependancy to your composer
composer require jprud67/translator-bundle
2: Register TranslatorBundle in the Symfony kernel
3: Add routes routes
4: Bundle configuration
` 5: Update the database
php bin/console doctrine:schema:update --force
6: Install the styles
php bin/console asset:install
Using TranslatorBundle
1: Add annotations to your entity
` 2: Go to url mysite.xyz/translation/webui to edit your translations
3: Show your translation in twig
{% for post in posts %}
<li>{{ jp_trans(post,'title') }}</li>
{% endfor %}
All versions of translator-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
symfony/framework-bundle Version >= 4.0
doctrine/doctrine-bundle Version *
symfony/twig-bundle Version 4.*.*
symfony/framework-bundle Version >= 4.0
doctrine/doctrine-bundle Version *
symfony/twig-bundle Version 4.*.*
The package jprud67/translator-bundle contains the following files
Loading the files please wait ....