teo / db18n-bundle
An easy db based labeling for translation with admin area
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- symfony/framework-bundle: 2.*
This package is not auto-updated.
Last update: 2024-11-09 16:37:40 UTC
README
INSTALLATION:
-
add line to composer.json and run "php composer.phar require "teo/db18n-bundle"
-
activate bundle into AppKernel.php
new Teo\Db18nBundle\TeoDb18nBundle()
-
bundle requires SonataAdminBundle to have admin working and knp behaviour + a2lix translation form to have translations
USAGE:
inside twig:
if you use |trans_db
filter, translations will be retrieved from database.