rodbox / rodboxtrans
trans pour RB en version Alpha
Package info
Type:symfony-bundle
pkg:composer/rodbox/rodboxtrans
dev-master
2016-11-16 21:42 UTC
Requires
- rodbox/rodboxcore: @dev
- symfony/symfony: 3.*
This package is auto-updated.
Last update: 2026-02-25 09:34:17 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(),