teo/db18n-bundle

An easy db based labeling for translation with admin area

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/teo/db18n-bundle

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

This package is not auto-updated.

Last update: 2025-11-08 21:18:50 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.