Nincs leírás

Guillermo Espinoza aa8dbbfbed Fix php annotation 8 éve
Controller aa8dbbfbed Fix php annotation 8 éve
EventListener 2100473253 Traducciones. Comentario eliminado 8 éve
Form 2100473253 Traducciones. Comentario eliminado 8 éve
Resources e2ecb26c3d Refactory vistas y actions 8 éve
Services d98f283e72 Refactory AuditDataService. Traducciones 8 éve
AuditBundle.php cdbe7c5cfa Commit inicial 8 éve
README.md 9852965f54 Update README 8 éve
composer.json e633508c3e Update composer.json 8 éve

README.md

AuditBundle

Bundle para Auditoría

Installation

composer.json:

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuditBundle.git"
    }
],
"require": {
    "ik/audit-bundle": "dev-master"
},

app/AppKernel.php:

public function registerBundles()
{
    $bundles = [
        new AuditBundle\AuditBundle(),
    ];
    .
    .
}

app/config/config.yml:

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

app/config/routing.yml

audit:
    resource: "@AuditBundle/Controller/"
    type:     annotation
    prefix:   /

app/config/parameters.yml

Para mostrar el menú Auditoría

parameters:
    audit_show_menu: true