|
há 8 anos atrás | |
---|---|---|
Controller | há 8 anos atrás | |
Form | há 8 anos atrás | |
Resources | há 8 anos atrás | |
Services | há 8 anos atrás | |
AuditBundle.php | há 8 anos atrás | |
README.md | há 8 anos atrás | |
composer.json | há 8 anos atrás |
Bundle para Auditoría
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" }