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
Requires
- rodbox/rodboxcore: @dev
- symfony/symfony: 3.*
This package is auto-updated.
Last update: 2025-02-25 07:27:54 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(),