Sem descrição

Guillermo Espinoza 6ebd2648ab css há 8 anos atrás
Controller 3304c825fb Filtro auditoria. Show y compare revisions há 8 anos atrás
Form 3304c825fb Filtro auditoria. Show y compare revisions há 8 anos atrás
Resources 6ebd2648ab css há 8 anos atrás
Services 3304c825fb Filtro auditoria. Show y compare revisions há 8 anos atrás
AuditBundle.php cdbe7c5cfa Commit inicial há 8 anos atrás
README.md cdbe7c5cfa Commit inicial há 8 anos atrás
composer.json e633508c3e Update composer.json há 8 anos atrás

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" }