No Description

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

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