rodbox/rodboxtrans

RB 版本的 Alpha 版 trans

安装: 108

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-09-25 06:44:47 UTC


README

RB 版本的 Alpha 版 trans

路由

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

配置

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

AppKernel.php

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