teo/db18n-bundle

An easy db based labeling for translation with admin area

Maintainers

Package info

github.com/matteocaberlotto/TeoDb18nBundle

Homepage

Type:symfony-bundle

pkg:composer/teo/db18n-bundle

Statistics

Installs: 40

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.3.1 2016-04-16 11:29 UTC

This package is not auto-updated.

Last update: 2026-03-14 22:54:51 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.