|
hace 6 años | |
---|---|---|
.gitlab | hace 6 años | |
Controller | hace 6 años | |
EventListener | hace 8 años | |
Form | hace 8 años | |
Resources | hace 6 años | |
Services | hace 6 años | |
keys | hace 7 años | |
.drone.yml | hace 7 años | |
.gitlab-ci.yml | hace 6 años | |
AuditBundle.php | hace 8 años | |
README.md | hace 8 años | |
composer.json | hace 7 años |
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" }
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