Nincs leírás

Guillermo Espinoza bd75b6e0c3 Update .gitlab-ci.yml 5 éve
.gitlab 856968614d Directory .gitlab added 6 éve
Controller be9f616e8e Fix group by filter audit 6 éve
EventListener 2100473253 Traducciones. Comentario eliminado 8 éve
Form deba881324 Sub-tareas de FD3-78 8 éve
Resources 40eba41d6b traduccion AuditBundle 6 éve
Services be9f616e8e Fix group by filter audit 6 éve
keys 2866863a6f Agregado drone 7 éve
.drone.yml 7f5c2366a1 Agregado del paso de tags a gogs 7 éve
.gitlab-ci.yml bd75b6e0c3 Update .gitlab-ci.yml 5 éve
AuditBundle.php cdbe7c5cfa Commit inicial 8 éve
README.md 9852965f54 Update README 8 éve
composer.json b202b7ac2b Actualizar 'composer.json' 7 é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