rodbox/rodboxtrans

trans pour RB en version Alpha

Installs: 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2016-11-16 21:42 UTC

This package is auto-updated.

Last update: 2024-04-25 05:48:23 UTC


README

Trans pour RB en version Alpha

routing :

rb_trans:
    resource: "@RBTransBundle/Controller/"
    type:     annotation
    prefix:   /trans

config :

    - { resource: "@RBTransBundle/Resources/config/services.yml" }

AppKernel.php :

 public function registerBundles()
    {
        $bundles = [
           ...
            new RB\TransBundle\RBTransBundle(),