暫無描述

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

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